-
Notifications
You must be signed in to change notification settings - Fork 35
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
[AUTOCUT] Integration Test failed for flow-framework: 2.12.0 tar distribution #469
Comments
The integration test failed at distribution level for component flow-framework |
It's the security enabled one that failed:
|
|
Also tons of threads open, all I/O related. Need to verify we're closing the client when done with it:
|
Investigation so far:
In our Under integTest: Lines 238 to 244 in a812e51
And under integTestRemote: Lines 400 to 406 in a812e51
But the class being called is |
The Possible fix: Use the Also double check that all clients are closed at the end of the tests, currently I see read only and full closed but not all the other ones. It's odd that we create the clients in the superclass but tear them down in the subclass. Let's move setup/teardown pairs into the same classes. FYI/WDYT? @joshpalis @owaiskazi19 |
|
Sounds good. Looks like code usese protected boolean isHttps() {
return Optional.ofNullable(System.getProperty("https")).map("true"::equalsIgnoreCase).orElse(false);
} |
The integration test failed at distribution level for component flow-framework |
The integration test failed at distribution level for component flow-framework |
Still failing the security tests
Same spot
@jpalis My proposed solution doesn't work, but clearly |
Closing the issue as the Integration Test passed for flow-framework |
The integration test failed at distribution level for component flow-framework
Version: 2.12.0
Distribution: tar
Architecture: x64
Platform: linux
Please check the logs: https://build.ci.opensearch.org/job/integ-test/7355/display/redirect
* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.12.0/9282/linux/x64/tar/test-results/7355/integ-test/test-report.yml
Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.
The text was updated successfully, but these errors were encountered: