Skip to content

Conversation

surli
Copy link
Collaborator

@surli surli commented Aug 10, 2018

One test has been added by @nharrand in #2112 to show the usage of the new dependency resolver. However this test consumes too much memory on our CI, on the job used to deploy maven artefacts:

[ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 68.03 s <<< FAILURE! - in spoon.MavenLauncherTest
[ERROR] testTypeResolution(spoon.MavenLauncherTest) Time elapsed: 38.801 s <<< ERROR!
java.lang.OutOfMemoryError: GC overhead limit exceeded
at spoon.MavenLauncherTest.testTypeResolution(MavenLauncherTest.java:25)

https://ci.inria.fr/sos/job/Spoon-Snapshot-Deployer/1689/console

I propose to ignore the test for now.

surli added 2 commits August 10, 2018 10:03
One test has been added by @nharrand in #2112 to show the usage of the new dependency resolver. However this test consumes too much memory on our CI, on the job used to deploy maven artefacts: 
> [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 68.03 s <<< FAILURE! - in spoon.MavenLauncherTest
[ERROR] testTypeResolution(spoon.MavenLauncherTest)  Time elapsed: 38.801 s  <<< ERROR!
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at spoon.MavenLauncherTest.testTypeResolution(MavenLauncherTest.java:25)

https://ci.inria.fr/sos/job/Spoon-Snapshot-Deployer/1689/console

I propose to ignore the test for now.
@tdurieux
Copy link
Collaborator

Maybe we should check why the memory consumption is so high

@surli
Copy link
Collaborator Author

surli commented Aug 10, 2018

Maybe we should check why the memory consumption is so high

yes that's what I want to do, but right now the snapshots are not deployed anymore because of that test. So I propose to ignore it for fixing the deployment, and then to look what happens in the test concerning memory consumption.

@surli
Copy link
Collaborator Author

surli commented Aug 10, 2018

So ok to merge it @tdurieux ?

@surli surli changed the title fix: ignore a test for memory issues on the CI review fix: ignore a test for memory issues on the CI Aug 20, 2018
@surli
Copy link
Collaborator Author

surli commented Aug 20, 2018

@monperrus would you merge it? We don't have any snapshot since 10 days because of that issue...

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.

3 participants