-
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
tck testcases strengthening #2797
tck testcases strengthening #2797
Conversation
build failed of ubuntu2004, gcc-9.2 |
5dfb10d
to
eed0bbe
Compare
Disagree to delete all wait steps. If the index has been built, And we still have many non-default index scenarios that need to be rebuild. This step is still useful. |
I see this wait only applies to the data import phase, just wait for the rebuild job, which is unnecessary. right? |
|
I just don’t want to use |
In this PR, The sleep is not for the state of the job, it is just waiting for the MetaClient, same as sleep(heartbeat_interval_secs) |
Why not just insert data with index? We don't use rebuild for all cases. |
This is true for scenarios that are just query nebula, but there are also some DDL/DML scenarios |
Even so, i also don't agree to delete all wait job related steps. at present, it's just for rebuild index, but there are some other jobs we could test them by these steps. And i prefer to use these steps in lookup test cases to replace the if you don't want to wait in import data, you can only delete the line of waiting job finished. please don't delete these wait implementations. |
If the problem is to reduce wait time, still could remove the |
how about just delete code for import? |
eed0bbe
to
96afe8b
Compare
I don't think |
Remove unnecessary index rebuilding.
The index has been created before the data import, so instead of rebuilding.
Let's verify the stability of CI.