Skip to content

Conversation

@rickprice
Copy link

@rickprice rickprice commented Nov 8, 2023

Fix for code removed by e361063.
An update was also made to the if statement.

Failing test:

======================================================================
FAIL: test_invalid_fd (main.WakeupFDTests)

Traceback (most recent call last):
File "/home/as-build/.cache/activestate/46e56921/usr/lib/python2.7/test/test_signal.py", line 239, in test_invalid_fd
self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
AssertionError: ValueError not raised

@rickprice rickprice requested a review from icanhasmath November 8, 2023 18:59
@rickprice rickprice force-pushed the BE-3131-failing-regression-test-test-signal branch 2 times, most recently from 59a13b9 to 74c6795 Compare November 8, 2023 19:23
Fix for code removed by e361063.
An update was also made to the if statement.

Failing test:

======================================================================
FAIL: test_invalid_fd (__main__.WakeupFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/as-build/.cache/activestate/46e56921/usr/lib/python2.7/test/test_signal.py", line 239, in test_invalid_fd
    self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
AssertionError: ValueError not raised
@rickprice rickprice force-pushed the BE-3131-failing-regression-test-test-signal branch from 74c6795 to bf478d6 Compare November 8, 2023 20:03
Copy link

@icanhasmath icanhasmath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@icanhasmath icanhasmath merged commit dd087fa into 2.7 Nov 8, 2023
@icanhasmath icanhasmath deleted the BE-3131-failing-regression-test-test-signal branch November 8, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants