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

nondeterministic execution order of tests #55

Open
johanatan opened this issue Jul 20, 2018 · 4 comments
Open

nondeterministic execution order of tests #55

johanatan opened this issue Jul 20, 2018 · 4 comments

Comments

@johanatan
Copy link

Between separate runs of my tests, I'm seeing them execute in a different order although the default execution order for JUnit is purported to be "deterministic but not predictable". Any way to get eftest to behave the same way?

@weavejester
Copy link
Owner

Have you set the :multithread? option to false?

@johanatan
Copy link
Author

Yes

@weavejester
Copy link
Owner

I've looked through the code, and the vars and namespaces are tested in the order they're found. If we want a deterministic ordering, we probably want to perform a sort when multithreading is off.

@johanatan
Copy link
Author

That would be great.

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