Skip to content
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

Test failure ReindexClientYamlTestSuiteIT #5930

Closed
Tracked by #5716
mch2 opened this issue Jan 19, 2023 · 3 comments · Fixed by #7035
Closed
Tracked by #5716

Test failure ReindexClientYamlTestSuiteIT #5930

mch2 opened this issue Jan 19, 2023 · 3 comments · Fixed by #7035
Assignees
Labels
bug Something isn't working distributed framework

Comments

@mch2
Copy link
Member

mch2 commented Jan 19, 2023

The following is failing 100% of the time on our Windows CI irrelevant of seed.

gradlew ':modules:reindex:yamlRestTest' --tests "org.opensearch.index.reindex.ReindexClientYamlTestSuiteIT.test {yaml=reindex/90_remote/Reindex from remote that you can't connect to}" -Dtests.seed=2211E75A1B84F237 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ko-KR -Dtests.timezone=America/Pangnirtung -Druntime.java=19

Expected: connect_exception|IIS Windows Server
but: was "{root_cause=[{type=bind_exception, reason=Cannot assign requested address: connect, stack_trace=[Cannot assign requested address: connect]; nested: BindException[Cannot assign requested address: connect]

We have the comment next to this test

      # sometimes IIS is listening on port 0. In that case we fail in other ways and this test isn't useful.
      # make sure to stop any local webservers if running this test locally otherwise an s_s_l handshake exception may occur

The error is because port 0 cannot be assigned.

@minalsha
Copy link
Contributor

minalsha commented Mar 7, 2023

@xuezhou25 could you please update the status of this test failure fix? Thanks

@minalsha
Copy link
Contributor

minalsha commented Apr 5, 2023

@dreamer-89 did you follow up with @xuezhou25 on this issue? Whats the latest status on this one?

@dreamer-89
Copy link
Member

Hey @minalsha ,
Sorry, I did not get a chance to work on this issue. Pinging current core oncall to take a look @kotwanikunal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants