Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[YSQL] Unit test failure PgOnConflictTest.OnConflictWithKillMaster #2334
Comments
spolitov
added a commit
that referenced
this issue
Sep 20, 2019
…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
spolitov
added a commit
that referenced
this issue
Sep 20, 2019
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symptoms
ybd --cxx-test pgwrapper_pg_on_conflict-test --gtest_filter PgOnConflictTest.OnConflictWithKillMaster