-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI
Description
This assertion:
Lines 53 to 56 in 873d380
| assertWarnings( | |
| "Setting [application_name] in repository settings is deprecated, it must be specified in the client settings instead", | |
| "Setting [http.read_timeout] in repository settings is deprecated, it must be specified in the client settings instead", | |
| "Setting [http.connect_timeout] in repository settings is deprecated, it must be specified in the client settings instead"); |
fails reliably in 6.x This appears to be because code that would produce such messages never appears in production code.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI