You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ed (#259)
* [#258] Declaration of ProbackupTest::pg_node is corrected
ProbackupTest::pg_node is testgres.NodeApp, not testgres.PostgresNode.
Asserts are added.
* [#258] TestBasic::test_full_backup cleans node object
Node cleanup is added.
TODO: we should to stop node only and cleanup his data in conftest.
Problem 1
testgres/testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py
Line 14 in 354de69
Must be testgres.NodeApp. See:
testgres/testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py
Line 63 in 354de69
Problem 2
TestBasic(ProbackupTest)::test_full_backup must stop and clean test node.
testgres/testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py
Line 77 in 354de69
The text was updated successfully, but these errors were encountered: