Skip to content

Conversation

@Adir111
Copy link
Contributor

@Adir111 Adir111 commented Nov 25, 2025

Since there were no indices in DB, the same pipeline name was inserted causing for multiple pipelines to exist.
This caused the trigger to call pipeline abcde (example), which was inserted again and again every time the tests ran thus causing a test result to be number of abcde matches in db * 3.
This should not be permitted, and is permitted because the init of db is not with a flag called createIndices set to true.
So, now we generate a new pipeline name for every pipeline for every test.


This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants