Skip to content

Commit 4782fa1

Browse files
author
v.shepard
committed
PBCKP-634 test shorter make_node
1 parent 3cc9d67 commit 4782fa1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testgres/node.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,10 @@ def make_simple(
15931593
set_replication=False,
15941594
ptrack_enable=False,
15951595
initdb_params=[],
1596-
pg_options={}):
1597-
1596+
pg_options={},
1597+
checksum=True):
1598+
if checksum and '--data-checksums' not in initdb_params:
1599+
initdb_params.append('--data-checksums')
15981600
node = self.make_empty(base_dir)
15991601
node.init(
16001602
initdb_params=initdb_params, allow_streaming=set_replication)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy