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
yukawa
changed the title
fix_session_handler_scenario_test is flaky in Linux build on Travis-CI
session_handler_scenario_test is flaky in Linux build on Travis-CI
Nov 2, 2015
This CL is a preparation of Singleton<Config> removal.
GET_CONFIG relies on process global Singleton<Config>, which has caused
many troubles. With this CL, many conversion-related methods will be
refactored to receive ConversionRequest to access settings.
Hopefully this can help to address or at least mitigate test flakiness
like #317.
BUG=#317
TEST=unittest
REF_BUG=19010851,19188911
REF_CL=87318105
For unknown reasons, session_handler_scenario_test in on Travis CI is
really flaky. This is a speculative fix for that flakiness.
Although the reason why session_handler_scenario_test is flaky only on
Travis CI is still unknown, there are actually two questionable points:
1. CharacterFormMamanger is not reloaded among scenario tests.
2. SessionHandlerTestBase::TearDown is not called.
This CL addresses above two points.
BUG=#317
TEST=unittest
REF_BUG=19188911
REF_CL=107067222
Version: as of b393fbd
Platform: Linux desktop
We have seen so many random test failures in fix_session_handler_scenario_test only in Linux build on Travis-CI. Something is going wrong there.
The text was updated successfully, but these errors were encountered: