mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 02:12:56 +00:00
Rewrite unlogged relation build
This commit is contained in:
@@ -4316,7 +4316,7 @@ def check_restored_datadir_content(
|
||||
restored_files = [f for f in restored_files if f not in ignored_files]
|
||||
|
||||
# check that file sets are equal
|
||||
#assert pgdata_files == restored_files
|
||||
# assert pgdata_files == restored_files
|
||||
|
||||
# compare content of the files
|
||||
# filecmp returns (match, mismatch, error) lists
|
||||
@@ -4339,7 +4339,7 @@ def check_restored_datadir_content(
|
||||
cmd = f"diff {f1}.hex {f2}.hex"
|
||||
subprocess.run([cmd], stdout=stdout_f, shell=True)
|
||||
|
||||
#assert (mismatch, error) == ([], [])
|
||||
# assert (mismatch, error) == ([], [])
|
||||
|
||||
|
||||
def logical_replication_sync(subscriber: VanillaPostgres, publisher: Endpoint) -> Lsn:
|
||||
|
||||
Reference in New Issue
Block a user