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
Sometimes the test is very fast, sometimes it's as slow as:
--- PASS: TestCrdbInternalJobsOOM (30.17s) --- PASS: TestCrdbInternalJobsOOM/over_budget_jobs_table (15.81s) --- PASS: TestCrdbInternalJobsOOM/under_budget_jobs_table (14.36s)
repro with:
make testshort PKG='./pkg/sql' TESTFLAGS="-v --count=100" TESTS=TestCrdbInternalJobsOOM
The text was updated successfully, but these errors were encountered:
Hold off, this might be a more general problem.
Sorry, something went wrong.
It was a general thing: #47011 Sorry for the noise.
spaskob
No branches or pull requests
Sometimes the test is very fast, sometimes it's as slow as:
repro with:
The text was updated successfully, but these errors were encountered: