jfrog / frogbot

🐸 Scans your Git repository with JFrog Xray for security vulnerabilities. 🤖
https://docs.jfrog-applications.jfrog.io/
Apache License 2.0
290 stars 61 forks source link

Fix for a resource contention in a parallel tests execution #709

Closed eranturgeman closed 1 week ago

eranturgeman commented 2 weeks ago

As a part of our tests automation & improvement process we created a pipeline to execute Frogbot tests automatically and in parallel. Two of those tests had contention over a mutual resource (analyzer manager) which was downloaded to the same place in both of them. In order to fix it, we work in a temp JfrogHome for each of the tests so they will use two different instances of the analyzer manager. The correction of the fix were verified in the pipeline: Screenshot 2024-06-18 at 14 33 36

github-actions[bot] commented 1 week ago
[![👍 Frogbot scanned this pull request and did not find any new security issues.](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)

[🐸 JFrog Frogbot](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)