You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test /fastlane-bot/resources/NBTest/NBTest_900_OptimizerDetailedSlow.py fails sporadically, even after removing all time-dependent assertions.
The previous analysis of this issue was of these time-dependent assertions being the only reason behind the sporadic failures.
But following the removal of these assertions from the test, it is possible that some critical decisions inside the optimizer module itself might be based on the randomness embedded in time.time()
Severity (High/Medium/Low)
High, due to the last bullet above
Expected Behavior
This test should always complete successfully
Actual Behavior
This test sometimes raises an exception before completion
Bug Description
/fastlane-bot/resources/NBTest/NBTest_900_OptimizerDetailedSlow.py
fails sporadically, even after removing all time-dependent assertions.optimizer
module itself might be based on the randomness embedded intime.time()
Severity (High/Medium/Low)
Expected Behavior
Actual Behavior
Failure Example
The text was updated successfully, but these errors were encountered: