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

View File

@@ -20,6 +20,7 @@ log = "0.4.14"
memoffset = "0.6.2"
thiserror = "1.0"
workspace_hack = { path = "../workspace_hack" }
zenith_utils = { path = "../zenith_utils" }
[build-dependencies]
bindgen = "0.57"