File tree Expand file tree Collapse file tree
turbo-tasks-backend/tests
turbo-tasks-macros-tests/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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(
Original file line number Diff line number Diff line change 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(),
Original file line number Diff line number Diff line change 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(
Original file line number Diff line number Diff line change 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(
You can’t perform that action at this time.
0 commit comments