mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-31 01:52: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]
|
||||
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
|
||||
{
|
||||
|
||||
2
vendor/postgres
vendored
2
vendor/postgres
vendored
Submodule vendor/postgres updated: 093aa160e5...5e9bc37322
Reference in New Issue
Block a user