question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ParallelJVMConfigurationTest is failing

See original GitHub issue
[INFO] Running com.microsoft.gctoolkit.parser.test.diary.ParallelJVMConfigurationTest
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.675 s <<< FAILURE! - in com.microsoft.gctoolkit.parser.test.diary.ParallelJVMConfigurationTest
[ERROR] com.microsoft.gctoolkit.parser.test.diary.ParallelJVMConfigurationTest.testForDetailsTenuring  Time elapsed: 1.136 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: ps/details/tenuring/p_app_02_gc.log.zip, calculated: false, expected: true ==> expected: <true> but was: <false>
        at gctoolkit.parser.test@2.0.1-SNAPSHOT/com.microsoft.gctoolkit.parser.test.diary.ParallelJVMConfigurationTest.testForDetailsTenuring(ParallelJVMConfigurationTest.java:37)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dsgrievecommented, Sep 13, 2021

If it fails why did we close this issue? 😃

@karianna Because github’s UI combines comment and close on the same widget, and puts ‘close’ where UI’s (generally) put the ‘Okay’ button. Has absolutely nothing to do with a lazy user who clicks without thinking.

0reactions
kirk-microsoftcommented, Sep 17, 2021

all tests are passing. I believe this maybe due to issues with how the data is currently being imported into the dev environment

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to re run failed test using jvm-cucumber-parallel-plugin
You can try to rerun failed tests using maven-surefire-plugin like this: <configuration> <rerunFailingTestsCount>3</rerunFailingTestsCount> ...
Read more >
Problem with parallel configuration. Parallel job test validation ...
The mdce is installed in the two machines with the default mdce_def. This process works fine. The problems appear when we try to...
Read more >
Maven Surefire Plugin – Fork Options and Parallel Test ...
The surefire offers a variety of options to execute tests in parallel, allowing you to make best use of the hardware at your...
Read more >
Running JUnit Tests in Parallel with Maven - Baeldung
A quick tutorial to running parallel tests using JUnit and Maven, for single and multi-module projects.
Read more >
glue · Issue #123 · temyers/cucumber-jvm-parallel-plugin
[ERROR] Failed to execute goal com.github.temyers:cucumber-jvm-parallel-plugin:4.1.0:generateRunners (generateRunners) on project QAAutomation: Unable to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found