mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
This reverts commit 826e89b9ce.
The problem with that commit was that it deletes the TempDir while
there are still EphemeralFile instances open.
At first I thought this could be fixed by simply adding
Handle::current().block_on(task_mgr::shutdown(None, Some(tenant_id), None))
to TenantHarness::drop, but it turned out to be insufficient.
So, reverting the commit until we find a proper solution.
refs https://github.com/neondatabase/neon/issues/3385
21 lines
178 B
Plaintext
21 lines
178 B
Plaintext
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
.vscode
|
|
.idea
|
|
/.neon
|
|
/integration_tests/.neon
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|