We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running at a Flink 1.15 there are 3 errors running at Flink 1.18 there are 5 errors
The 1.18 errors are
[INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] HttpSinkConnectionTest.testFailedConnection:238 expected: <1> but was: <0> [ERROR] HttpSinkConnectionTest.testServerErrorConnection:202 expected: <1> but was: <0> [ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleCodeBasedOnConfiguration:208 expected: false but was: true [ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleCodeBasedOnConfiguration:208 expected: true but was: false [ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleServerError:222 Expected at least one request matching: { "method" : "ANY" } Requests received: [ ] [ERROR] Errors: [ERROR] JavaNetHttpPollingClientConnectionTest.shouldConnectWithBasicAuth:269 » NoSuchElement [ERROR] JavaNetHttpPollingClientConnectionTest.shouldConnectWithBasicAuth:269 » NoSuchElement [ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithBodyParams:159 » NoSuchElement [ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithBodyParams:159 » NoSuchElement [ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithParams:129 » NoSuchElement
The text was updated successfully, but these errors were encountered:
Hi, if we will drop 1.15 and remove all 1.15 dependencies from the code will we have still those errors? We can drop 1.15 anyways though.
Sorry, something went wrong.
this is fixed by #72
No branches or pull requests
Running at a Flink 1.15 there are 3 errors running at Flink 1.18 there are 5 errors
The 1.18 errors are
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] HttpSinkConnectionTest.testFailedConnection:238 expected: <1> but was: <0>
[ERROR] HttpSinkConnectionTest.testServerErrorConnection:202 expected: <1> but was: <0>
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleCodeBasedOnConfiguration:208
expected: false
but was: true
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleCodeBasedOnConfiguration:208
expected: true
but was: false
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldHandleServerError:222 Expected at least one request matching: {
"method" : "ANY"
}
Requests received: [ ]
[ERROR] Errors:
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldConnectWithBasicAuth:269 » NoSuchElement
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldConnectWithBasicAuth:269 » NoSuchElement
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithBodyParams:159 » NoSuchElement
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithBodyParams:159 » NoSuchElement
[ERROR] JavaNetHttpPollingClientConnectionTest.shouldQuery200WithParams:129 » NoSuchElement
The text was updated successfully, but these errors were encountered: