Hi Ken,
This worked as documented http://docs.eggplantsoftware.com/ePM/epm-configurations.htm if not exactly as hoped. We are trying to run the test once on whatever is the first available SUT. When I add three SUTs to the Configuration, even with “Run with best effort” selected, ePM attempts to run the test three times.
Unfortunately, running a test against a Configuration introduced an unanticipated error: the folder structure is now out of sync. Prior to the test with Configurations, the folder number was the same at both levels in ePM. Example: C:/TestPlant/cache/em_agent/TRS/13552/instances/13552/suites/FBS.suite/Results/VeniceSmartsheetsUpdate/20210517_123029.082/LogFile.txt
Now the numbers are out of sync:
C:/TestPlant/cache/em_agent/TRS/13567/instances/13568/suites/REFLECTIONSPROD.suite/Results/BatchEntry/20210517_181339.494/LogFile.txt
This might otherwise not cause an issue, but a portion of our script uses File Explorer on the SUT to navigate to the Resources path on the Agent, and that code expected the folder numbers to be the same. I have now changed the code with the expectation that they can be different. Is there any way to bring those folder numbers back in sync with one another?