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

junit failures #73

Closed
davidradl opened this issue Mar 4, 2024 · 2 comments
Closed

junit failures #73

davidradl opened this issue Mar 4, 2024 · 2 comments

Comments

@davidradl
Copy link
Contributor

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

@kristoffSC
Copy link
Collaborator

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.

@davidradl
Copy link
Contributor Author

this is fixed by #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants