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

CHOMA_SEED is Not Consistent Across Different Machines #4

Open
pts-sergiomartins opened this issue Aug 28, 2018 · 0 comments
Open

CHOMA_SEED is Not Consistent Across Different Machines #4

pts-sergiomartins opened this issue Aug 28, 2018 · 0 comments

Comments

@pts-sergiomartins
Copy link

pts-sergiomartins commented Aug 28, 2018

On my CI/CD:

choma-poc1

Then, locally:

choma-poc2

I see the choma seed printed matches the one in my CI/CD system, but the tests don't run in the same order. I expected the ordering to be the same across different machines.

But!

I noticed when I created a small PoC to test this, that things consistently ran as expected:

CI/CD:

choma-poc4

Locally:

choma-poc3

The files containing tests are exactly the same locally & in the CI/CD system. They're run on different OSes (Debian Stretch vs Ubuntu 16.04) but otherwise things are the same (node version and all deps)

I don't know the choma code well. What might cause this difference between a simple few test files vs a complex bunch of tests?

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

1 participant