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
ComputeServerRunner.multipleQuery
Please answer these questions before submitting your issue. Thanks!
All unit test passed
ComputeServerRunner.multipleQuery is not stable
https://ci.pingcap.net/blue/organizations/jenkins/tiflash-ghpr-unit-tests/detail/tiflash-ghpr-unit-tests/11643/pipeline
[2023-10-27T02:57:51.755Z] /home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Flash/tests/gtest_compute_server.cpp:742: Failure [2023-10-27T02:57:51.755Z] Value of: assertQueryActive(gather_id.query_id) [2023-10-27T02:57:51.755Z] Actual: false (Query <query_ts:0, local_query_id:11, server_id:1, start_ts:11, resource_group: >not active [2023-10-27T02:57:51.755Z] ) [2023-10-27T02:57:51.755Z] Expected: true
https://ci.pingcap.net/blue/organizations/jenkins/tiflash-ghpr-unit-tests/detail/tiflash-ghpr-unit-tests/11645/pipeline/ https://ci.pingcap.net/blue/rest/organizations/jenkins/pipelines/tiflash-ghpr-unit-tests/runs/11645/nodes/75/steps/80/log/?start=0
[2023-10-27T05:26:11.026Z] /home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Flash/tests/gtest_compute_server.cpp:742: Failure [2023-10-27T05:26:11.026Z] Value of: assertQueryActive(gather_id.query_id) [2023-10-27T05:26:11.026Z] Actual: false (Query <query_ts:0, local_query_id:12, server_id:1, start_ts:12, resource_group: >not active [2023-10-27T05:26:11.026Z] ) [2023-10-27T05:26:11.026Z] Expected: true
test running with this PR: #8248
The text was updated successfully, but these errors were encountered:
It seems that the query ends before canceling. But it is not as expected, because before cancel, mock scan will continue to output block...
Sorry, something went wrong.
It seems that the query ends because of timeout. And I think the timeout is caused by heavy system load. Not a bug.
Fix unstable unit test ComputeServerRunner.multipleQuery (#8621)
762e20f
close #8264
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
All unit test passed
3. What did you see instead (Required)
ComputeServerRunner.multipleQuery
is not stablehttps://ci.pingcap.net/blue/organizations/jenkins/tiflash-ghpr-unit-tests/detail/tiflash-ghpr-unit-tests/11643/pipeline
https://ci.pingcap.net/blue/organizations/jenkins/tiflash-ghpr-unit-tests/detail/tiflash-ghpr-unit-tests/11645/pipeline/
https://ci.pingcap.net/blue/rest/organizations/jenkins/pipelines/tiflash-ghpr-unit-tests/runs/11645/nodes/75/steps/80/log/?start=0
4. What is your TiFlash version? (Required)
test running with this PR: #8248
The text was updated successfully, but these errors were encountered: