-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous test improvements, and better diagnostics before a fata…
…l error in MvccManager::AddPending Summary: - Better diagnostics before a fatal error in MvccManager::AddPending> - Print fully symbolized test failure stack trace to stderr before crashing for better test debugging. - Do some regex replacements on symbolized stack trace lines for better readability. - Post-process symbolized function names to make them more readable. - Update BaseCQLTest to wait until `system.peers` contains enough entries before proceeding. - Better failure reporting in TestRF1Cluster. - Suppress UBSAN warnings in the AWS C++ client. - Provide a way to customize sanitizer options for tests. - Add retries to gen_version_info.py (useful when getting "Resource temporarily unavailable" on NFS). - Do not fail if `~/.m2/settings.xml` is not present (unless we're running on Jenkins). - `update_test_result_xml.py` should not try to parse XML files more than 16 MB in size. - The `waitFor` function in Java tests now automatically applies the TSAN timeout multiplier. - Print sanitizer-related environment variables at the top of the test log. - Pass minicluster daemon id to yb-master and yb-tserver in tests. - Minor improvements in MonoTime::ToString(). - Ability to run Java tests in `yb_build.sh`. Test Plan: Jenkins Reviewers: pritam.damania, hector, bharat, timur, sergei Reviewed By: sergei Subscribers: bharat, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4307
- Loading branch information
Showing
29 changed files
with
582 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.