- Notifications
You must be signed in to change notification settings - Fork35
Updating of CI-tests#197
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
dmitry-lipetsk merged 47 commits intopostgrespro:masterfromdmitry-lipetsk:D20250226_001--ci_and_sshMar 3, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from2 commits
Commits
Show all changes
47 commits Select commitHold shift + click to select a range
7d8302f
Test dockerfile for ubuntu 24.04 is added
dmitry-lipetsk2df2fd4
Cleanup (Dockerfile--ubuntu-24_04)
dmitry-lipetske8bf7d6
Cleanup.
dmitry-lipetsk103bcd2
[run_tests.sh] A right way for obtaining of BINDIR and PG_CONFIG is …
dmitry-lipetskd0eb414
Merge remote-tracking branch 'origin/D20250227_001--pg_config-bindir'…
dmitry-lipetsk579d20e
Dockerfile--ubuntu-24_04 is updated
dmitry-lipetske87c402
Dockerfile--ubuntu-24_04 is updated (cleanup)
dmitry-lipetskb88327d
Merge commit '9911ed0c928b602c17a3b0845b24910bf291925a' into D2025022…
dmitry-lipetsk126b5a8
Merge commit '6d67da2170becb944fc768ff4938f88b37e0f2a4' into D2025022…
dmitry-lipetsk96227f5
Dockerfile--ubuntu-24_04 is updated (cleanup)
dmitry-lipetskb7bf713
Dockerfile--ubuntu-24_04 is formatted
dmitry-lipetskbcb7771
CI-test on Ubuntu 24.04 is added.
dmitry-lipetsk7d871a2
Dockerfile--std.tmpl is updated (refactoring)
dmitry-lipetsk381d64d
Dockerfile--ubuntu-24_04.tmpl is updated
dmitry-lipetskb5c4d7b
PostgresNode::pid is improved
dmitry-lipetskfce595a
PostgresNode::pid is updated
dmitry-lipetska92a6e7
Merge remote-tracking branch 'origin/D20250227_001--node-pid' into D2…
dmitry-lipetsk0aebc00
Merge branch 'master' into D20250227_001--node-pid
dmitry-lipetskebd6208
Merge branch 'master' into D20250226_001--ci_and_ssh
dmitry-lipetsk0863cf5
execute_utility2 is updated (ignore_errors)
dmitry-lipetska4e65bf
Merge branch 'D20250228_001--execute_utility2' into D20250227_001--no…
dmitry-lipetsk09976ae
PostgresNode::_try_shutdown is rewrited (normalization)
dmitry-lipetskab28c2e
Merge branch '20250228_002--try_shutdown' into D20250227_001--node-pid
dmitry-lipetsk0402c4a
PostgresNode::pid uses the data from "pg_ctl status" output.
dmitry-lipetskc288af8
Merge remote-tracking branch 'origin/D20250227_001--node-pid' into D2…
dmitry-lipetsk45d2b17
PostgresNode::_try_shutdown is correct (return None)
dmitry-lipetska960ac7
Merge branch '20250228_002--try_shutdown' into D20250227_001--node-pid
dmitry-lipetsk5c6548f
Merge remote-tracking branch 'origin/D20250227_001--node-pid' into D2…
dmitry-lipetsk619fefa
[RemoteOperations] A call of mktemp is fixed
dmitry-lipetsk015b766
Merge remote-tracking branch 'origin/D20250228_001--remote-mktemp' in…
dmitry-lipetsk82981f5
Merge branch 'master' into D20250227_001--node-pid
dmitry-lipetsk61d8929
Merge remote-tracking branch 'origin/D20250227_001--node-pid' into D2…
dmitry-lipetsk3c2b51f
Merge branch 'master' into D20250226_001--ci_and_ssh
dmitry-lipetsk76e9c53
Merge branch 'master' into D20250226_001--ci_and_ssh
dmitry-lipetsk1309442
Total refactoring of os_ops::execute_command
dmitry-lipetsk9b7c10e
Merge remote-tracking branch 'origin/D20250301_01--os_ops-exec_comman…
dmitry-lipetske245e23
Dockerfile--ubuntu-24_04.tmpl is updated
dmitry-lipetskd843df6
The old behaviour of RaiseError.UtilityExitedWithNonZeroCode is restored
dmitry-lipetskafb4a3d
Merge remote-tracking branch 'origin/D20250301_01--os_ops-exec_comman…
dmitry-lipetsk25c7c0f
TestRemoteOperations::test_is_executable_true is corrected
dmitry-lipetskc4cbaf3
Merge branch 'D20250301_002--remote_ops_tests-test_is_executable_true…
dmitry-lipetsk491b693
Merge branch 'master' into D20250226_001--ci_and_ssh
dmitry-lipetsk5cec260
xxx::test_logging is corrected (local, remote)
dmitry-lipetsk6a70944
Merge remote-tracking branch 'origin/D20250302_001--test_logging' int…
dmitry-lipetskd15e29c
TEST_FILTER is added
dmitry-lipetsk9329f22
CI on Ubuntu 24.04 runs all the tests
dmitry-lipetsk62ae15c
Merge branch 'master' into D20250226_001--ci_and_ssh
dmitry-lipetskFile 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
1 change: 1 addition & 0 deletionstestgres/operations/local_ops.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
34 changes: 32 additions & 2 deletionstestgres/operations/raise_error.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
3 changes: 2 additions & 1 deletiontestgres/operations/remote_ops.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
2 changes: 1 addition & 1 deletiontests/test_local.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
4 changes: 2 additions & 2 deletionstests/test_remote.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
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.