We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c3b7b commit b9b1d01Copy full SHA for b9b1d01
tests/test_simple.py
@@ -29,6 +29,12 @@
29
30
31
class SimpleTest(unittest.TestCase):
32
+ def test_custom_init(self):
33
+ with get_new_node('test') as node:
34
+ # enable page checksums
35
+ node.init(initdb_params=['-k']).start()
36
+ node.safe_psql('postgres', 'select 1')
37
+
38
def test_double_init(self):
39
with get_new_node('test') as node:
40
# can't initialize node more than once
0 commit comments