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

Commitcf10582

Browse files
committed
[PBCKP-423] remove redundant ptrack warning
1 parentb2cf9af commitcf10582

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎tests/archive_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,13 @@ def test_archive_push_sanity(self):
19291929
withopen(os.path.join(replica.logs_dir,'postgresql.log'),'r')asf:
19301930
replica_log_content=f.read()
19311931

1932+
# PBCKP-423 - need to clean ptrack warning
1933+
ptrack_is_not='Ptrack 1.X is not supported anymore'
1934+
ifptrack_is_notinreplica_log_content:
1935+
lines= [lineforlineinreplica_log_content.splitlines()
1936+
ifptrack_is_notnotinline]
1937+
replica_log_content="".join(lines)
1938+
19321939
# make sure that .partial file is not compressed
19331940
self.assertNotIn('.partial.gz',replica_log_content)
19341941
# make sure that .history file is not compressed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp