This assertion:
|
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.
This assertion:
elasticsearch/plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageRepositoryDeprecationTests.java
Lines 53 to 56 in 873d380
fails reliably in 6.x This appears to be because code that would produce such messages never appears in production code.