-
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
LocalRunnerTest failing in CI #11619
Labels
Comments
This was referenced Nov 25, 2024
Yuhta
added a commit
to Yuhta/velox
that referenced
this issue
Nov 29, 2024
Summary: Fix facebookincubator#11619 Differential Revision: D66600801
This was referenced Nov 29, 2024
facebook-github-bot
pushed a commit
that referenced
this issue
Dec 3, 2024
…ion (#11683) Summary: velox_local_runner_test was flaky because all test cases use the same root pool and the same query id. As the result, they attempt to add leaf pools with the same name into the root pool. However, because the maxWaitUs sent to LocalRunner::waitForCompletion() is small, sometimes a test case starts creating a task before the task of the last test case has been destructed. This causes the root pool seeing a request of adding a child pool with a name already exists, hence causing the test failure. This diff updates the unit tests to create a separate root pool for every query. This diff fixes #11619. Pull Request resolved: #11683 Reviewed By: xiaoxmeng Differential Revision: D66678119 Pulled By: kagamiori fbshipit-source-id: 3d02793d9da406959ddf86d0ef666e9038da7434
TongWei1105
pushed a commit
to TongWei1105/velox
that referenced
this issue
Dec 3, 2024
…bator#11694) Summary: Pull Request resolved: facebookincubator#11694 Fix facebookincubator#11619 Reviewed By: amitkdutta Differential Revision: D66600801 fbshipit-source-id: a9e8d7633fedfcf35d9919c73bbc5dc9437be6af
TongWei1105
pushed a commit
to TongWei1105/velox
that referenced
this issue
Dec 3, 2024
…ion (facebookincubator#11683) Summary: velox_local_runner_test was flaky because all test cases use the same root pool and the same query id. As the result, they attempt to add leaf pools with the same name into the root pool. However, because the maxWaitUs sent to LocalRunner::waitForCompletion() is small, sometimes a test case starts creating a task before the task of the last test case has been destructed. This causes the root pool seeing a request of adding a child pool with a name already exists, hence causing the test failure. This diff updates the unit tests to create a separate root pool for every query. This diff fixes facebookincubator#11619. Pull Request resolved: facebookincubator#11683 Reviewed By: xiaoxmeng Differential Revision: D66678119 Pulled By: kagamiori fbshipit-source-id: 3d02793d9da406959ddf86d0ef666e9038da7434
athmaja-n
pushed a commit
to athmaja-n/velox
that referenced
this issue
Jan 10, 2025
…bator#11694) Summary: Pull Request resolved: facebookincubator#11694 Fix facebookincubator#11619 Reviewed By: amitkdutta Differential Revision: D66600801 fbshipit-source-id: a9e8d7633fedfcf35d9919c73bbc5dc9437be6af
athmaja-n
pushed a commit
to athmaja-n/velox
that referenced
this issue
Jan 10, 2025
…ion (facebookincubator#11683) Summary: velox_local_runner_test was flaky because all test cases use the same root pool and the same query id. As the result, they attempt to add leaf pools with the same name into the root pool. However, because the maxWaitUs sent to LocalRunner::waitForCompletion() is small, sometimes a test case starts creating a task before the task of the last test case has been destructed. This causes the root pool seeing a request of adding a child pool with a name already exists, hence causing the test failure. This diff updates the unit tests to create a separate root pool for every query. This diff fixes facebookincubator#11619. Pull Request resolved: facebookincubator#11683 Reviewed By: xiaoxmeng Differential Revision: D66678119 Pulled By: kagamiori fbshipit-source-id: 3d02793d9da406959ddf86d0ef666e9038da7434
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug description
Failed on one of the test build on my PR but it looks like its also failing on main branch
System information
machines used by github actions CI
Relevant logs
The text was updated successfully, but these errors were encountered: