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

add profile #1459

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Sep 28, 2023

No description provided.

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.2</version>
<configuration>
Copy link
Contributor Author

@wind57 wind57 Sep 28, 2023

Choose a reason for hiding this comment

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

we do not see it now, but there are a lot of build failures that I constantly get in the last few days on various pull requests.

They all have to do with a certain "hang", be that in surefire or failsafe plugins. I can't understand what happened so that we started to get them now, but what I see is that they freeze right after saying something like: "Surefire/Failsafe report directory is : ...."

I can only assume that is it somehow related to the directory of the reports and the fact that it might be accessed from multiple matrix instances at the same time, so I am proposing a small re-factor here.

Let's save test reports not in: target/surefire-reports, but in target/surefire-reports/<INDEX>, where INDEX is the current matrix step.

if you are running not on github actions, then INDEX=one. Semantically, this does not change anything in our pipeline.

@wind57 wind57 closed this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants