From 3b069f5aef3fbcfc370814f825767f17d6997f67 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 18 Mar 2022 21:27:48 +0200 Subject: [PATCH] Fix name of directory used in unit test. There's another test called 'timeline_load'. If the two tests run in parallel, they would conflict and fail. --- pageserver/src/repository.rs | 2 +- vendor/postgres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pageserver/src/repository.rs b/pageserver/src/repository.rs index e335f42519..074bdf4d01 100644 --- a/pageserver/src/repository.rs +++ b/pageserver/src/repository.rs @@ -1181,7 +1181,7 @@ mod tests { #[test] fn timeline_load_with_ancestor() -> Result<()> { - const TEST_NAME: &str = "timeline_load"; + const TEST_NAME: &str = "timeline_load_with_ancestor"; let harness = RepoHarness::create(TEST_NAME)?; // create two timelines { diff --git a/vendor/postgres b/vendor/postgres index 093aa160e5..5e9bc37322 160000 --- a/vendor/postgres +++ b/vendor/postgres @@ -1 +1 @@ -Subproject commit 093aa160e5df19814ff19b995d36dd5ee03c7f8b +Subproject commit 5e9bc3732266c072151df20d6772b47ca51e233f