-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure update script returns non-zero error on failure
Fix wront return code check Add index validation functions to update script Fix update test runner logic We used to run new tests on the old DB. This need not always succeed as new tests may use/test functionality from the newer version of the DB. In the new approach, we only run tests *after* upgrade script has been run. Make common.sql idempotent Suppress common output and add update comments Rename main -> from_tags[-1] in update script Do not fail on parallel test failure during update (tracked by #226)
- Loading branch information
1 parent
fc6029f
commit 6a31a91
Showing
4 changed files
with
46 additions
and
20 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