Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable clean restart for index UTs #292

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Enable clean restart for index UTs #292

merged 1 commit into from
Jan 26, 2024

Conversation

shosseinimotlagh
Copy link
Contributor

Load and save shadow map and also enable init_device and cleanup_after_shutdown in index table.

Sample commands for clean restarts:

First run with init device
bin/test_index_btree --gtest_filter=*/0.ConcurrentAllOps --gtest_break_on_failure --num_entries=40000 --num_threads=5 --num_fibers=5 --preload_size=20000 --init_device=true --cleanup_after_shutdown=false

Run the command multiple times
bin/test_index_btree --gtest_filter=*/0.ConcurrentAllOps --gtest_break_on_failure --num_entries=40000 --num_threads=5 --num_fibers=5 --preload_size=20000 --init_device=false --cleanup_after_shutdown=false --num_iters=80000

@shosseinimotlagh shosseinimotlagh merged commit b89f275 into eBay:master Jan 26, 2024
20 checks passed
@shosseinimotlagh shosseinimotlagh deleted the dump_shadow_map branch January 26, 2024 18:29
@shosseinimotlagh shosseinimotlagh added this to the MileStone4.1 milestone Jan 31, 2024
@shosseinimotlagh shosseinimotlagh self-assigned this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants