[TEST FAILURE] Flaky LazyLoaderRefreshFileMappingTest
Test
#64567
Labels
Test-Failure
Fix the CI failure ⛈
LazyLoaderRefreshFileMappingTest
Test
#64567
Please paste the link from the specific build where the failure first started: This occurred in CI for a private fork of the
salt
repository, but is something that we felt would be useful upstream.The error seen was related to a mismatch of an assertion between the number of calls to a function and the number of times a lock was acquired.
In our local CI environment, the
threading.RLock.__enter__
function is called more often than the_refresh_file_mapping
function, which leads to occasional failures (the full text of the issue is below).The text was updated successfully, but these errors were encountered: