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

Fix unknown flag "manual_wal_flush" #12823

Closed
wants to merge 1 commit into from

Conversation

jaykorean
Copy link
Contributor

Summary

  • Fix manual_wal_flush -> manual_wal_flush_one_in
  • auto-formatter fixed format in other settings

Test Plan

CI

@@ -623,7 +638,8 @@ def is_direct_io_supported(dbname):
"enable_compaction_filter": 0,
"create_timestamped_snapshot_one_in": 50,
"sync_fault_injection": 0,
"manual_wal_flush": 0,
"metadata_write_fault_one_in": 0,
"manual_wal_flush_one_in": 0,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real change. Rest are all format change.

@jaykorean jaykorean marked this pull request as ready for review June 28, 2024 22:48
@facebook-github-bot
Copy link
Contributor

@jaykorean has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@jaykorean merged this pull request in 22fe23e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants