Add unit test for find_end_of_wal().

Based on previous attempt to add same test by @lubennikovaav
Now WAL files are generated by initdb command.
This commit is contained in:
anastasia
2021-06-04 19:47:32 +03:00
committed by Stas Kelvich
parent a5d57ca10b
commit cc877f1980
3 changed files with 72 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1309,6 +1309,7 @@ dependencies = [
"regex",
"thiserror",
"workspace_hack",
"zenith_utils",
]
[[package]]