fabrikate icon indicating copy to clipboard operation
fabrikate copied to clipboard

TestIteratingDefinition fails itermittently in the build pipeline

Open andrewDoing opened this issue 4 years ago • 0 comments

Describe the bug: When the pipeline runs on the develop branch, the test TestIteratingDefinition will fail sometimes, and pass other times.

To Reproduce: Run the pipeline on the develop branch multiple times. Sometimes it will fail, other times it will pass. I forked the develop branch and ran it through the pipeline in Azure Devops, and it failed.

Expected behavior: The test should either pass every time or fail every time.

Screenshots: Passing Pipeline: image

Failing Pipeline on same code: image

Additional context: The test fails due to component[1] and component[2] being switched. It's unclear why this happened once and doesn't seem to keep happening on subsequent runs.

Desktop (please complete the following information):

  • OS: Pipeline is running Ubuntu-16.04

andrewDoing avatar Sep 04 '20 18:09 andrewDoing