Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DAR-6014][External] Allow multiple simultaneous E2E runs #1017

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JBWilkie
Copy link
Contributor

Problem

Currently, no two darwin-py E2E runs may occur simultaneously. The reason is that each run performs setup and teardown of a class ontology. The 1st run that finishes deletes the ontology, which the 2nd run still depends on

Solution

This ticket is to give a unique prefix per E2E run to everything in the setup / teardown so that multiple E2E runs may occur simultaneously

Changelog

Allow multiple simultaneously darwin-py E2E runs by giving unique names to setup & teardown objects

Copy link

linear bot commented Feb 27, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants