Python 3.12.0 test failure on log entry assert in test_session_command_queue_not_implemented
#12
Labels
bug
Something isn't working
test_session_command_queue_not_implemented
fails on 3.12.0 only, on an assert that an error message must have been logged.It is actually logged just fine, but just later on and it seems to be like a race condition. Confirmed by this work-around:
But it's really awaiting the done event in the consumer, and it should really have been logged before that event is set. Unsure what's going on and whether the test is just not right or something else is not set up correctly.
The text was updated successfully, but these errors were encountered: