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

Daikon handling in CI, cleanups #830

Merged
merged 27 commits into from
Aug 9, 2024
Merged

Daikon handling in CI, cleanups #830

merged 27 commits into from
Aug 9, 2024

Conversation

wmdietl
Copy link
Member

@wmdietl wmdietl commented Aug 7, 2024

No description provided.

# JDK 21 used by sanity before
java: [{version: '8', experimental: false},
{version: '11', experimental: false},
{version: '17', experimental: false},
{version: '22', experimental: true},
{version: '22', experimental: false},
Copy link
Member Author

Choose a reason for hiding this comment

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

This change means that the JDK 22 runtime is now also used to run the test cases - before, the JDK 21 runtime was used, as is the case for experimental platforms.
This reveals the failure with the non-junit tests, which is #826. So we either keep JDK 22 experimental or fix #826.

I can't reproduce the failures we get with :dataflow:busyExpressionTest and the last few runs don't produce them. Not sure what is causing this.

Copy link
Member Author

Choose a reason for hiding this comment

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

:dataflow:busyExpressionTest fails again as soon as I remove the debugging for it in 56c9d40

@wmdietl wmdietl enabled auto-merge (squash) August 9, 2024 01:09
@wmdietl wmdietl changed the title Daikon handling in CI Daikon handling in CI, cleanups Aug 9, 2024
@wmdietl wmdietl merged commit 120d51f into master Aug 9, 2024
72 checks passed
@wmdietl wmdietl deleted the azure-deps branch August 9, 2024 01:12
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

Successfully merging this pull request may close these issues.

1 participant