- 
                Notifications
    
You must be signed in to change notification settings  - Fork 833
 
Disable parallel for smoke test #7794
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
Disable parallel for smoke test #7794
Conversation
| 
           /smoke-test --remote-server  | 
    
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.
LGTM, thanks @zpoint !
| 
           /smoke-test --remote-server  | 
    
| 
           /smoke-test --remote-server  | 
    
| 
           Looks like the percentage > 20% now after we limit the cpu cores of remote server to 4 and decrease the base usage: Should be fine to tune the percentage threshold cc @kevinmingtarja  | 
    
| 
           /smoke-test --remote-server -k test_big_file_upload_memory_usage  | 
    
We find some buildkite host OOM recently, could be our tests create high memory usage
Before this PR
We can see 16 workers [1 item] in the log
After this PR
No more 16 workers [1 item] in the log
Tested (run the relevant ones):
bash format.sh/smoke-test(CI) orpytest tests/test_smoke.py(local)/smoke-test -k test_name(CI) orpytest tests/test_smoke.py::test_name(local)/quicktest-core(CI) orpytest tests/smoke_tests/test_backward_compat.py(local)