Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

CustomProfileGeneratorTest fails on a single core system #387

Open
pmacik opened this issue Aug 2, 2017 · 2 comments
Open

CustomProfileGeneratorTest fails on a single core system #387

pmacik opened this issue Aug 2, 2017 · 2 comments
Labels
Milestone

Comments

@pmacik
Copy link
Member

pmacik commented Aug 2, 2017

No description provided.

@pmacik
Copy link
Member Author

pmacik commented Aug 2, 2017

To reproduce the issue, run the following command (on linux system) to run the test on a single core:

$ taskset 0x00000001 mvn -pl perfcake test -PallTests -Dtest=CustomProfileGeneratorTest

The test fails at ~30% runs.

Running the test at multicore system, it always passes.

@pmacik pmacik changed the title CustomProfileGeneratorTest# CustomProfileGeneratorTest fails on a single core system Aug 2, 2017
@pmacik pmacik added the bug label Aug 2, 2017
@pmacik pmacik added this to the Release 8.0 milestone Aug 2, 2017
@pmacik
Copy link
Member Author

pmacik commented Aug 2, 2017

Once it fails:

Results :

Failed tests: 
org.perfcake.message.generator.CustomProfileGeneratorTest.(org.perfcake.message.generator.CustomProfileGeneratorTest)
  Run 1: PASS
  Run 2: PASS
  Run 3: CustomProfileGeneratorTest.testCustomProfileThreads:74 expected [5] but found [4]


Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant