Skip to content

Commit 327ffb1

Browse files
committed
but for all integration tests
1 parent 5375ee7 commit 327ffb1

5 files changed

Lines changed: 4 additions & 3 deletions

File tree

turbopack/crates/turbo-tasks-backend/tests/test_config.trs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
turbo_tasks_backend::BackendOptions {
1212
num_workers: Some(2),
1313
small_preallocation: true,
14-
evict_after_snapshot: true,
15-
// Avoid racing with the background snapshot loop; the test drives
16-
// snapshot_and_evict_for_testing manually.
1714
storage_mode: Some(turbo_tasks_backend::StorageMode::ReadWriteOnShutdown),
1815
..Default::default()
1916
},

turbopack/crates/turbo-tasks-fetch/tests/test_config.trs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
turbo_tasks_backend::BackendOptions {
1111
num_workers: Some(2),
1212
small_preallocation: true,
13+
storage_mode: Some(turbo_tasks_backend::StorageMode::ReadWriteOnShutdown),
1314
..Default::default()
1415
},
1516
turbo_tasks_backend::turbo_backing_storage(

turbopack/crates/turbo-tasks-macros-tests/tests/test_config.trs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
turbo_tasks_backend::BackendOptions {
55
num_workers: Some(2),
66
small_preallocation: true,
7+
storage_mode: Some(turbo_tasks_backend::StorageMode::ReadWriteOnShutdown),
78
..Default::default()
89
},
910
turbo_tasks_backend::noop_backing_storage(),

turbopack/crates/turbopack-analyze/tests/test_config.trs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
turbo_tasks_backend::BackendOptions {
1111
num_workers: Some(2),
1212
small_preallocation: true,
13+
storage_mode: Some(turbo_tasks_backend::StorageMode::ReadWriteOnShutdown),
1314
..Default::default()
1415
},
1516
turbo_tasks_backend::turbo_backing_storage(

turbopack/crates/turbopack-node/tests/test_config.trs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
turbo_tasks_backend::BackendOptions {
1212
num_workers: Some(2),
1313
small_preallocation: true,
14+
storage_mode: Some(turbo_tasks_backend::StorageMode::ReadWriteOnShutdown),
1415
..Default::default()
1516
},
1617
turbo_tasks_backend::turbo_backing_storage(

0 commit comments

Comments
 (0)