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
…tests
Summary:
At the end of some tests we check that all transactions were released.
For each tserver tablet peers are taken and checked for number of running transactions.
Before checking for number of running transactions we wait until tablet is created for particular peer.
But there are scenarios when peer is deleted and recreated (for instance when remote bootstrap is required).
But we still holding pointer to the old peer, which will never create a tablet.
Fixed by updating peer list.
Test Plan: ybd release --cxx-test client_ql-transaction-test --gtest_filter QLTransactionTest.Child --clang -n 100
Reviewers: timur, mikhail
Reviewed By: mikhail
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7267
No description provided.
The text was updated successfully, but these errors were encountered: