-
Notifications
You must be signed in to change notification settings - Fork 14
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
Non-deterministic errors in CI - All keys must be unique #180
Comments
Can you post full stack trace? (Right now the behavior of duplicate keys is mostly undefined) |
From one of the logs here: https://github.com/BioJulia/BiobakeryUtils.jl/runs/3798723354 it looks like the error is thrown by AxisIndices.jl, although what it's trying to do (and why this isn't deterministic) I have no idea:
|
Yeah, thanks @mcabbott, I was thinking the CI log would be more interpretable since it has colors. This is the log I was looking at,
|
I'm wrapping a
NamedDimsArray
in Microbiome.jl, and I'm getting some test errors that I can't begin to figure out how to address inBiobakeryUtils.jl
, which hasMicrobiome
as a dependency. The errors seem to come from NamedDims, throwingbut it's not consistently on any platform or julia version, and I've run the test suite half a dozen times locally and can't reproduce. I'm totally stumped.
As an example, on this commit, I have
for the "push" action, but everything passes on "pull request".
The next commit (only changing docs, no code), I get the opposite
for "push", and again everything passing on "pull request".
Then the next commit (again, no code changes)
The text was updated successfully, but these errors were encountered: