-
Notifications
You must be signed in to change notification settings - Fork 244
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
[BUG] window_function_test.py::test_multi_types_window_aggs_for_rows_lead_lag[partBy failed #1811
Comments
I've been running this test on a databricks cluster and haven't been able to reproduce. The error makes it looks like the java process went away. |
Closing this, we should reopen if we see it again. |
saw this again. I looked at a current running job and see events like: Driver is up but is not responsive, likely due to GC and in another build I saw Cluster lost at least one node. Reason: Spot Termination.. so I'm wondering if we are losing some nodes or GC issues which is affecting our tests. The tests run in local mode so the executor node lost shouldn't affect us but in the past I have seen that it did, something changed in conf or jars but was never able to debug. |
reopen the issue. started seeing this abnormal hanging issue again on 0.6 nightly test (enabled 2 days ago), [2021-04-21T07:11:16.810Z] [gw4] ../../src/main/python/window_function_test.py::test_multi_types_window_aggs_for_rows_lead_lag[partBy:Boolean-orderBy:Double-Decimal(18,3)][IGNORE_ORDER, APPROXIMATE_FLOAT] [2021-04-21T07:35:15.491Z] [gw0] ../../src/main/python/udf_test.py::test_window_aggregate_udf[Lower_Upper-Byte][IGNORE_ORDER] appeared in builds intermittently DB301-CI-NIGHTLY-ID 149,151 have this issue, 150 works fine |
two more failures today |
after @NvTimLiu changed the instance type to 2xlarge, we got the tests passed as expected. |
Describe the bug
CI-Nightly-ID84
Steps/Code to reproduce bug
failed pytest IT on databricks, not sure if it might fail on other IT pipeline
Expected behavior
It passes all the time, even in the face of failures.
Environment details (please complete the following information)
Databricks
The text was updated successfully, but these errors were encountered: