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

fix: make sdk properties tests able to run in parallel #19529

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

nicpuppa
Copy link
Contributor

Description

In order to enable SDK unit's test to be used in the unified ci we need to make sure that those tests can run in parallel

Related issues

closes #19520

@nicpuppa nicpuppa requested a review from Zelldon June 19, 2024 10:56
@github-actions github-actions bot added the component/zeebe Related to the Zeebe component/team label Jun 19, 2024
@nicpuppa
Copy link
Contributor Author

Hey @Zelldon this change should fix the issue with the unified CI 👍

Copy link
Member

@Zelldon Zelldon left a comment

Choose a reason for hiding this comment

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

Thanks, Nic for the quick look at it. Unfortunately, I'm not sure whether we should do it like this. Maybe we can find something else.

@nicpuppa
Copy link
Contributor Author

Copy link
Member

@Zelldon Zelldon left a comment

Choose a reason for hiding this comment

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

Great thanks for fixing and adjusting :) @nicpuppa 🚀

[INFO] Camunda Spring SDK ................................. SUCCESS [ 24.671 s]

If we are sure that we completely cover all tests (and there are no IT tests missing), then yes I think we can rid of the other workflow 🚀 👍🏼

@nicpuppa
Copy link
Contributor Author

@Zelldon I checked the Spring SDK tests and everything seems ok. I also removed the rule from the branch protection on main.

I'm going to merge this PR 👍

@nicpuppa nicpuppa added this pull request to the merge queue Jun 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 20, 2024
@nicpuppa nicpuppa added this pull request to the merge queue Jun 20, 2024
@nicpuppa nicpuppa removed this pull request from the merge queue due to a manual request Jun 20, 2024
@nicpuppa nicpuppa enabled auto-merge June 20, 2024 16:15
@nicpuppa nicpuppa added this pull request to the merge queue Jun 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 21, 2024
@nicpuppa nicpuppa added this pull request to the merge queue Jun 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 21, 2024
@nicpuppa nicpuppa added this pull request to the merge queue Jun 21, 2024
Merged via the queue into main with commit 4437fcd Jun 21, 2024
25 checks passed
@nicpuppa nicpuppa deleted the 19520-fix-sdk-tests branch June 21, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/build-pipeline component/zeebe Related to the Zeebe component/team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spring SDK] Fix unit tests to run into the unified CI
2 participants