Changes between Initial Version and Version 1 of Ticket #23728, comment 17


Ignore:
Timestamp:
2024-06-13T18:26:27+02:00 (15 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23728, comment 17

    initial v1  
    66> I think we still have those sporadic failures in the unit tests
    77Yep. I ''think'' I fixed one source for the sporadic failures. I've customized `@JosmDefaults` locally to try and catch tests that are polluting the environment. Unfortunately, I suspect that the sporadic failures are caused by race conditions of some sort.
     8
     9EDIT: To clarify on the race condition: test makes off-thread call to create dialog -> dialog creates _after_ test finishes -> next test starts -> test tries to make new dialog -> dialog fails because it was already created