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

Stop testing Jiras which require Oracle JDK 1.8 #193

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Conversation

dagguh
Copy link
Member

@dagguh dagguh commented Jun 19, 2024

OracleJDK is flaky as hell. We just cannot make the tests pass, so we can't even release 3.2.0 with it.

JSW supports alternative JDKs since 8.0.0..
No, [7.6] does not support it, see the [explanation]. JSM supports it since 3.16.0.

[7.6]: https://confluence.atlassian.com/adminjiraserver076/supported-platforms-945110772.html [explanation]

`OracleJDK` is flaky as hell. We just cannot make the tests pass,
so we can't even release 3.2.0 with it.

JSW supports alternative JDKs since 8.0.0..
No, [7.6] does not support it, see the [explanation].
JSM supports it since 3.16.0.

[7.6]: https://confluence.atlassian.com/adminjiraserver076/supported-platforms-945110772.html
[explanation]
@dagguh dagguh requested a review from a team as a code owner June 19, 2024 14:33
),
DataCenterJmxProvisioningTest(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shouldProvisionDataCenter used to spawn 2 threads, one for testing LB, one for testing JMX. I rolled it up into a single test.

@dagguh
Copy link
Member Author

dagguh commented Jun 19, 2024

This covers the mistake from #192
And I don't see any other way to release 3.2.0.

@dagguh dagguh enabled auto-merge (rebase) June 19, 2024 14:34
@dagguh dagguh changed the title Stop testing Jira which require Oracle JDK 1.8 Stop testing Jiras which require Oracle JDK 1.8 Jun 19, 2024
The routeIds size assertion failed on CI:
```
org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
```
Now we should get a bit better error message.
We will see the singular route and its count.
We might see that it's not the full 1000.
Or it might just show a single route with 1000 count.

We'll also get another CI trigger and see if it was a flake.
It' s possible that the problem existed for a longer time,
but `OracleJDK` flakiness was covering it up.
It fails on old code too:
- checkout release-3.0.0
- rewrite locks
- switch all Jira 7 to Jira 8 in the test

So it looks like something changed beyond versions,
ie. a newwer Apache 2 is being installed or sth like that.

The problem requires investigation.
However we need to release 3.2.0 to follow SemVer properly.
Problems not introduced by 3.2.0 are ignored to release 3.2.0

I will re-enable the balance check broken balance test afterwards.
@dagguh dagguh merged commit 4a421dc into master Jun 24, 2024
4 checks passed
@dagguh dagguh deleted the fix-jdk-in-tests branch June 24, 2024 07:51
@dagguh dagguh mentioned this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants