You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The error is because port 0 cannot be assigned.
The text was updated successfully, but these errors were encountered: