We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encounter a test failure like this
➜ mapreduce git:(master) ✗ make test_homework go test -v -run=TestURLTop === RUN TestURLTop Case0 PASS, dataSize=1MB, nMapFiles=5, cost=46.062897ms TestURLTop: urltop10_test.go:89: Case1 FAIL, dataSize=1MB, nMapFiles=5, cost=20.123106ms expected: github.com/pingcap/tidb/issues/0: 5204 github.com/pingcap/tidb/issues/3: 5189 github.com/pingcap/tidb/issues/4: 5189 github.com/pingcap/tidb/pull/2: 5181 github.com/pingcap/tidb/issues/5: 5144 github.com/pingcap/tidb/6: 5130 github.com/pingcap/tidb/1: 5118 , but got: github.com/pingcap/tidb/issues/0: 5204 github.com/pingcap/tidb/issues/4: 5189 github.com/pingcap/tidb/issues/3: 5189 github.com/pingcap/tidb/pull/2: 5181 github.com/pingcap/tidb/issues/5: 5144 github.com/pingcap/tidb/6: 5130 github.com/pingcap/tidb/1: 5118 --- FAIL: TestURLTop (0.08s) FAIL exit status 1 FAIL talent 0.081s Makefile:9: recipe for target 'test_homework' failed make: *** [test_homework] Error 1
i think order of the url shouldn't matter, given they have the same frequency(5189 in this case),these two output are equivalent and test should pass.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I encounter a test failure like this
i think order of the url shouldn't matter, given they have the same frequency(5189 in this case),these two output are equivalent and test should pass.
The text was updated successfully, but these errors were encountered: