-
Notifications
You must be signed in to change notification settings - Fork 22
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
new allDiff sequence refinement caused long running cyclic_graph test failure #475
Comments
Looks like the issue is actually that we are generating allDiff instead of an equivalent expected expression. That is pushing off the numbering and triggering the rest of the errors. 2020-02-21T17:14:34.8586137Z 13,16c13,15
2020-02-21T17:14:34.8586464Z < and([path_ExplicitBounded_Values[q2] != path_ExplicitBounded_Values[q3]
2020-02-21T17:14:34.8587284Z < | q2 : int(1..n - 2), q3 : int(1..n - 2), q2 < q3, q2 <= path_ExplicitBounded_Length,
2020-02-21T17:14:34.8587824Z < q3 <= path_ExplicitBounded_Length])]))
2020-02-21T17:14:34.8588179Z < | q14 : int(1..fin1)])
2020-02-21T17:14:34.8588583Z ---
2020-02-21T17:14:34.8588885Z > allDiff([path_ExplicitBounded_Values[q2]
2020-02-21T17:14:34.8589943Z > | q2 : int(1..n - 2), q2 <= path_ExplicitBounded_Length])]))
2020-02-21T17:14:34.8590407Z > | q13 : int(1..fin1)]) |
What is this behaviour dependent on? I get the non allDiff version on my laptop. |
fraser-dunlop
changed the title
Machine generated name issue on Azure?
allDiff on Azure linux/mac but not locally?
Mar 3, 2020
Suspect this commit a8d91d8 |
fraser-dunlop
changed the title
allDiff on Azure linux/mac but not locally?
new allDiff sequence refinement caused long running cyclic_graph test failure
Mar 3, 2020
Turns out this issue does occur locally for me. There is no magic... |
is this resolved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something is up with exhaustive.mildly_interesting.cyclic_graph. It is failing on azure linux and mac with a what looks like a machine variable numbering issue. It is a long running test which passes locally for me. I think it will time out on travis. Any ideas on the cause @ozgurakgun ?
The text was updated successfully, but these errors were encountered: