Skip to content

Let httpClient version to 4.5.13 #18

Let httpClient version to 4.5.13

Let httpClient version to 4.5.13 #18

GitHub Actions / Report test results failed Apr 12, 2024 in 0s

36411 tests run, 794 skipped, 1 failed.

Annotations

Check failure on line 1 in pyspark/tests/test_daemon/DaemonTests

See this annotation in the file changed.

@github-actions github-actions / Report test results

DaemonTests.test_termination_sigterm

Expected EnvironmentError to be raised
Raw output
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/tests/test_daemon.py", line 72, in test_termination_sigterm
    self.do_termination_test(lambda daemon: os.kill(daemon.pid, SIGTERM))
  File "/__w/spark/spark/python/pyspark/tests/test_daemon.py", line 63, in do_termination_test
    self.fail("Expected EnvironmentError to be raised")
AssertionError: Expected EnvironmentError to be raised