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

TestFramework remoteArgs not passed as args of Slave runner #3847

Open
cheeseng opened this issue Mar 21, 2024 · 1 comment
Open

TestFramework remoteArgs not passed as args of Slave runner #3847

cheeseng opened this issue Mar 21, 2024 · 1 comment

Comments

@cheeseng
Copy link

It seems like whatever returned in 'master' runner's remoteArgs is not being passed as args to the 'slave' runner, is that expected behavior?

@WojciechMazur
Copy link
Contributor

Hey, thank you for bringing this issue. Most of the testing framework was initially ported from Scala.js long time ago, which has based it implementation on https://github.com/sbt/junit-interface
As far as I know, the remote args are typically passed around and should not be lost at any point.
In case of JUnit - the only framework we are in control of, the remoteArgs are actually never used, so that's why they might not be passed when creating framework options.

Do you maybe have some examples where there might be issue with lack of remoteArgs? As pointed before I think we always pass them around.

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

No branches or pull requests

2 participants