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
Without the sleeps, the unit tests are "fast", i.e. they just run without any pauses and take ~1.5 seconds. With the sleeps from the three offending test cases, the unit tests take ~4.5 seconds.
@waprin these are all in gcloud.logging.handlers.transport.test_background_thread. Wanted to assign this to you but can't for some reason? (Never sure how org. vs. project permissions matter for issue assignment.)
Without the sleeps, the unit tests are "fast", i.e. they just run without any pauses and take ~1.5 seconds. With the sleeps from the three offending test cases, the unit tests take ~4.5 seconds.
@waprin these are all in
gcloud.logging.handlers.transport.test_background_thread. Wanted to assign this to you but can't for some reason? (Never sure how org. vs. project permissions matter for issue assignment.)