- Notifications
You must be signed in to change notification settings - Fork91
[PGPRO-5378] fix unstable tests.replica.ReplicaTest.test_replica_arch…#420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
90b9b57 [PGPRO-5378] fix unstable tests.replica.ReplicaTest.test_replica_arch…
kulaginmd637c03 fix .travis.yml (check replica tests)
kulaginm2f921ed try to catch gdb errors in tests.replica.ReplicaTest.test_replica_pro…
kulaginm0a1cee4 try to avoid 'Error disabling address space randomization: Operation …
kulaginmefdb64c try2 to avoid 'Error disabling address space randomization: Operation…
kulaginm998b344 try3 to avoid 'Error disabling address space randomization: Operation…
kulaginm4e7187e try4 to avoid 'Error disabling address space randomization: Operation…
kulaginm9ec4277 try5 to avoid 'Error disabling address space randomization: Operation…
kulaginmc349ad1 travis: PGPROBACKUP_GDB=ON by default
kulaginm289e511 skip backup from replica tests for 9.5
kulaginmb71691e travis: PGPROBACKUP_GDB=ON by default 2
kulaginmeca0b07 skip backup from replica tests for 9.5 part 2
kulaginm9aa60c8 try to catch test_replica_stop_lsn_null_offset error
kulaginme24e4f9 try 2 to catch test_replica_stop_lsn_null_offset error
kulaginma755f70 try 3 to catch test_replica_stop_lsn_null_offset error
kulaginm728612f try 4 to catch test_replica_stop_lsn_null_offset error
kulaginm852494e remove replica tests from travis
kulaginmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
43 changes: 40 additions & 3 deletionstests/replica.py
This file contains hidden or 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
1 change: 1 addition & 0 deletionstravis/Dockerfile.in
This file contains hidden or 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
19 changes: 17 additions & 2 deletionstravis/docker-compose.yml
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,17 @@ | ||
| version: "3.7" | ||
| services: | ||
| tests: | ||
| build: | ||
| context: . | ||
| cap_add: | ||
| - SYS_PTRACE | ||
| security_opt: | ||
| - seccomp=unconfined | ||
| # don't work | ||
| #sysctls: | ||
| # kernel.yama.ptrace_scope: 0 | ||
| privileged: true | ||
6 changes: 6 additions & 0 deletionstravis/make_dockerfile.sh
This file contains hidden or 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
6 changes: 6 additions & 0 deletionstravis/run_tests.sh
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.