Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releasing of reserved port in tests#248

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
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
[test] TestTestgresLocal.test_simple_with_bin_dir is corrected
Let's "release" all our test nodes correctly.
  • Loading branch information
@dmitry-lipetsk
dmitry-lipetsk committedMay 4, 2025
commita542aa6a63c3ed456b0bab459657a0abbeca93d5
8 changes: 4 additions & 4 deletionstests/test_testgres_local.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -341,10 +341,10 @@ def test_simple_with_bin_dir(self):
bin_dir = node.bin_dir

app = NodeApp()
correct_bin_dir =app.make_simple(base_dir=node.base_dir, bin_dir=bin_dir)
correct_bin_dir.slow_start()
correct_bin_dir.safe_psql("SELECT 1;")
correct_bin_dir.stop()
withapp.make_simple(base_dir=node.base_dir, bin_dir=bin_dir) as correct_bin_dir:
correct_bin_dir.slow_start()
correct_bin_dir.safe_psql("SELECT 1;")
correct_bin_dir.stop()

while True:
try:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp