Well R3 and Wellbore R3 tests functioning issue
When the pipeline runs , one among the Well R3 CI/CD v1.0 and Wellbore R3 CI/CD v1.0 tests passes with 57.69% pass rate(26 test run, and 11 fails mostly with 404), and another with 100% pass rate. This can be replicated by running these collections in parallel few times in postman. Preliminary analysis shows,
- Both these services have same test cases with same record IDs
- A record is deleted by one test (say 11 Storage - Delete a ingested well record of Well R3 CI/CD v1.0 collection)
- Another test tries to read the same record (say 09 Storage - Retrieve the ingested record of Wellbore R3 CI/CD v1.0 collection) and throws 404 error, as the record is already deleted.
However when these collections are executed one after the other (i.e. if Wellbore R3 CI/CD v1.0 collection is executed after Well R3 CI/CD v1.0 collection has completed), both completes with 100% pass rate.