We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc37b2 commit 646baf7Copy full SHA for 646baf7
tests/cfs_backup.py
@@ -995,6 +995,11 @@ def test_delete_random_cfm_file_from_tablespace_dir(self):
995
"FROM generate_series(0,256) i".format('t1', tblspace_name)
996
)
997
998
+ self.node.safe_psql(
999
+ "postgres",
1000
+ "CHECKPOINT"
1001
+ )
1002
+
1003
list_cmf = find_by_extensions(
1004
[self.get_tblspace_path(self.node, tblspace_name)],
1005
['.cfm'])
@@ -1044,6 +1049,11 @@ def test_delete_random_data_file_from_tablespace_dir(self):
1044
1049
1045
1050
1046
1051
1052
1053
1054
1055
1056
1047
1057
list_data_files = find_by_pattern(
1048
1058
1059
'^.*/\d+$')
0 commit comments