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

Try to handle flaky tests #142

Merged
merged 1 commit into from Jan 31, 2017
Merged

Try to handle flaky tests #142

merged 1 commit into from Jan 31, 2017

Conversation

jglick
Copy link
Member

@jglick jglick commented Jan 18, 2017

Hoping this will deal with errors like in #141.

Was unable to run a build on Windows, since it fails inside VirtualBox when trying to get the owner of a file during assembly. Probably a VBox shared filesystem bug.

@reviewbybees

@@ -29,6 +29,7 @@ THE SOFTWARE.
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.37</version>
<relativePath/>
Copy link
Member Author

Choose a reason for hiding this comment

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

general POM cleanup

<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
Copy link
Member Author

Choose a reason for hiding this comment

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

duplicate dependency, overridden below

<configuration>
<trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround -->
<rerunFailingTestsCount>4</rerunFailingTestsCount>
</configuration>
Copy link
Member Author

Choose a reason for hiding this comment

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

Also tried

<forkedProcessTimeoutInSeconds>180</forkedProcessTimeoutInSeconds>
<reuseForks>false</reuseForks>

but got errors so I have up on that.

@ghost
Copy link

ghost commented Jan 18, 2017

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@jglick
Copy link
Member Author

jglick commented Jan 19, 2017

Not sure I follow what the errors on ci.jenkins.io are about, but at least tests pass on the old builder…

@oleg-nenashev
Copy link
Member

🐝

@oleg-nenashev
Copy link
Member

@reviewbybees done

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