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
Extract no_logging tests from the conglomerate end2end tests, and treat them a little bit specially.
There are two reasons for doing this:
* Extensive testing across platforms are pointing to these tests being non-hermetic in some way -- other tests tend to start failing if the no_logging tests are included -- and root causing this might take some time
* Except we probably don't care, because having a conglomerate set of tests means that the no_logging tests are super annoying -- the first thing you do when you get a bug is to add some log statements to the build, and now running the e2e suite suddenly fails because the no_logging tests get hit before your tests
Closesgrpc#38828
COPYBARA_INTEGRATE_REVIEW=grpc#38828 from ctiller:no-logging-redux 26c4e58
PiperOrigin-RevId: 730656611
0 commit comments