If I have a build running on the same instance it was running before, Bamboo fails to find (or recognize) the unit test results. I have tested that the test results exists (with a simple Script step doing ls -l right befire the JUnit test parser is called).
If I terminate the Bamboo agent Elastic instance and run the same plan again, JUnit test parser finds the test restults.
May be relevant: I am using Gradle
Hi Aleksey,
You seem to be experiencing this bug: https://jira.atlassian.com/browse/BAM-12979. The workaround for which at the moment is using a 'touch' command right before the JUnit task and maybe adding "sleep 5;" before the 'touch' command. (Please check this page as well: https://answers.atlassian.com/questions/143550/junit-parser-cannot-find-the-results-od-build.
Side Note: In cases that test results are somewhat produced from a script task that uses operations like copy or move, you should place the xml file in the repository for it to be checkout to your working directory and then use the parser directly.
Hope this helps!
Best,
Sepideh
As a workaround I have set an option to run builds on clean working directory. But would love to have a better solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.