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
…st.OnConflictWithKillMaster
Summary:
In PgOnConflictTest.OnConflictWithKillMaster we kill master for some time, then resume it.
Recently master bootstrap was slowed down, so 15 it is not enough to bootstrap and process requests.
So requests started to time out.
Increased master kill interval in ASAN mode to 45 seconds.
Also several cosmetic fixes:
1) Delay retry in case of the single yet ready master.
2) Use same single RPC timeout for lookup as used for read and write.
Test Plan: ybd asan --gtest_filter PgOnConflictTest.OnConflictWithKillMaster -n 50
Reviewers: neil, mikhail, timur
Reviewed By: timur
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7232
Summary:
The transaction is executed as part of other operation, which has his own deadline.
And internal transaction requests should use the same deadline.
Test Plan: ybd debug --cxx-test pgwrapper_pg_on_conflict-test --gtest_filter PgOnConflictTest.OnConflictWithKillMaster --clang -n 10
Reviewers: mikhail, neil, timur
Reviewed By: timur
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7253
Symptoms
ybd --cxx-test pgwrapper_pg_on_conflict-test --gtest_filter PgOnConflictTest.OnConflictWithKillMaster
The text was updated successfully, but these errors were encountered: