-
Notifications
You must be signed in to change notification settings - Fork 638
Added EnableAutoDropping flag #17758
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
base: main
Are you sure you want to change the base?
Added EnableAutoDropping flag #17758
Conversation
🟢 |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
@@ -206,4 +206,5 @@ message TFeatureFlags { | |||
optional bool SwitchToConfigV1 = 180 [default = false]; | |||
optional bool EnableEncryptedExport = 181 [default = false]; | |||
optional bool EnableAlterDatabase = 182 [default = false]; | |||
optional bool EnableAutoDropping = 183 [default = true]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Из флага непонятно auto dropping чего и где? Давай хотя бы EnableExportAutoDropping
.
@@ -620,4 +620,41 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) { | |||
} | |||
}); | |||
} | |||
|
|||
Y_UNIT_TEST(ShouldEnabledAutoDropping) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Может Disable?
@@ -150,6 +150,40 @@ namespace { | |||
const ui64 exportId = txId; | |||
TestGetExport(runtime, schemeshardId, exportId, dbName, expectedStatus); | |||
|
|||
if (!runtime.GetAppData().FeatureFlags.GetEnableAutoDropping() && checkAutoDropping) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему бы не унести это в конкретный тест? Зачем это в базовой функции?
Changelog entry
...
Changelog category
Description for reviewers
...