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

DRAFT testrunner #2988

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

DRAFT testrunner #2988

wants to merge 28 commits into from

Conversation

richardwerkman
Copy link
Member

No description provided.

MarcZw and others added 28 commits May 7, 2024 16:02
@richardwerkman richardwerkman changed the title DRAFT mstestrunner DRAFT testrunner Jul 19, 2024
@dupdob
Copy link
Member

dupdob commented Jul 19, 2024

quick architecture question: it looks like the test projects are loaded into the current process, right?
then, how can we deal with different framework versions and platforms?

@richardwerkman
Copy link
Member Author

@dupdob this is all very early stage and as you see contains lots of merge conflicts. We will split this work into smaller PRs because this isn't easily reviewable. This branch is the outcome of an internship and will be used as inspiration for the final implementation.

To answer your question, we don't know yet. We will have to investigate that once the feature is in a state where we can test that. The current implementation is only single threaded and only works for a single project (as far as I know).

@rouke-broersma
Copy link
Member

quick architecture question: it looks like the test projects are loaded into the current process, right? then, how can we deal with different framework versions and platforms?

At some point we will have to think about spawning new processes for these cases I think.

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.

4 participants