mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
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.
This commit is contained in:
@@ -1181,7 +1181,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn timeline_load_with_ancestor() -> Result<()> {
|
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)?;
|
let harness = RepoHarness::create(TEST_NAME)?;
|
||||||
// create two timelines
|
// create two timelines
|
||||||
{
|
{
|
||||||
|
|||||||
2
vendor/postgres
vendored
2
vendor/postgres
vendored
Submodule vendor/postgres updated: 093aa160e5...5e9bc37322
Reference in New Issue
Block a user