-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fail to pass CI integration test secret_store_spec #13281
Comments
Looking further up at the console output for the process being tested, we see that it fails to start up because the mutate filter is not installed. Since it fails to start up and run, the assertions we make against a successful run fail.
This is preceded by a test that attempts to validate our ability to uninstall the mutate filter:
Which is:
While this spec certainly makes an attempt to reinstall the mutate filter, it makes no assertions that it has done so successfully. My best guess is that installing our mutate filter doesn't work when offline after #13270 because we now attempt to update the shared dependency, and fail to do so because we are offline. |
Build scan:
integration tests - part 2 #3886
integration tests (persistent queues) - part 2 #3886
Repro line:
https://github.com/elastic/logstash/blob/master/qa/integration/specs/secret_store_spec.rb#L58
Reproduces locally?:
no
Applicable branches:
master, 7.x, 7.15
Failure history:
https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:'2021-09-26T22:00:00.000Z',mode:absolute,to:'2021-10-06T21:59:59.999Z'))&_a=(columns:!(_source),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:b646ed00-7efc-11e8-bf69-63c8ef516157,key:process.exit-code,negate:!f,params:(query:1,type:phrase),type:phrase,value:'1'),query:(match:(process.exit-code:(query:1,type:phrase)))),('$state':(store:appState),meta:(alias:!n,disabled:!f,index:b646ed00-7efc-11e8-bf69-63c8ef516157,key:build.job-name,negate:!f,params:(query:elastic%2Blogstash%2B7.15%2Bmultijob-integration-pq-2,type:phrase),type:phrase,value:elastic%2Blogstash%2B7.15%2Bmultijob-integration-pq-2),query:(match:(build.job-name:(query:elastic%2Blogstash%2B7.15%2Bmultijob-integration-pq-2,type:phrase))))),index:b646ed00-7efc-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:logstash),sort:!(process.time-start,desc))
The build failed after merging #13270
Failure excerpt:
The text was updated successfully, but these errors were encountered: