You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tests run with PASSED
* Server/client/overseer working
* Action triggered
* Log shows correct behavior
* Fix site launcher stop server
* With some hacks, the ha test run passed
* Resolve four conflicts from new dev-2.1 commits
* Rename yaml file
* Make server restart later
* Remove threads
* Test code exits without being stuck
* Resolve admin controller conflicts
* Add back internal tests
* Fix issues after merging with dev-2.1
tgravescs
pushed a commit
to tgravescs/spark-rapids
that referenced
this issue
Nov 30, 2023
The test_broadcast_nested_loop_join_special_case test has been failing on databricks. see https://ci.ngcc.nvidia.com/job/spark/job/rapids_databricks_nightly-0.2-github/41/console
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[String][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Byte][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Short][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Integer][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Long][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Boolean][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Date][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Timestamp][IGNORE_ORDER({'local': True})]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Float][IGNORE_ORDER({'local': True}), INCOMPAT]
14:15:10 FAILED src/main/python/join_test.py::test_broadcast_nested_loop_join_special_case[Double][IGNORE_ORDER({'local': True}), INCOMPAT]
need to investigate what is failing. In the mean time I may xfail them.
The text was updated successfully, but these errors were encountered: