Skip to content

Commit 7792b98

Browse files
author
v.shepard
committed
PBCKP-405 revert add s3 nightly build
1 parent 1002f3c commit 7792b98

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def is_enterprise():
101101
)
102102
return b'postgrespro.ru' in p.communicate()[0]
103103

104-
104+
105105
def is_nls_enabled():
106106
cmd = [os.environ['PG_CONFIG'], '--configure']
107107

@@ -536,7 +536,7 @@ def make_simple_node(
536536
node, {}, 'postgresql.conf', ['wal_keep_segments'])
537537

538538
return node
539-
539+
540540
def simple_bootstrap(self, node, role) -> None:
541541

542542
node.safe_psql(
@@ -935,9 +935,6 @@ def check_ptrack_clean(self, idx_dict, size):
935935
)
936936

937937
def run_pb(self, command, asynchronous=False, gdb=False, old_binary=False, return_id=True, env=None):
938-
s3_type = os.environ['PROBACKUP_S3_TYPE_FULL_TEST']
939-
if s3_type:
940-
command.append(f"s3={s3_type}")
941938
if not self.probackup_old_path and old_binary:
942939
print('PGPROBACKUPBIN_OLD is not set')
943940
exit(1)

0 commit comments

Comments
 (0)