-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Fix slow query test. #2788
Fix slow query test. #2788
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The slow query test case passed. but another test failed. Let's fix them one by one.
newly failed:
test_delete_int_vid_one_vertex_all_tag
close #2772 |
There must be something wrong with the tck test framework when rebuild index speed is slower than expected. I guess it won't appear after #2795 merged. |
Even if index rebuilding slow down the whole tests, delete tag should be ok. I think we should find out the cause of the failure |
Fixed by #2795 |
The rebuild_index job is rate limited now. This makes the test has to wait for much time.