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

Weird random failure in testbugfix, on IsDocumentedWord( "d" ); #2415

Closed
fingolfin opened this issue Apr 26, 2018 · 1 comment · Fixed by #2419
Closed

Weird random failure in testbugfix, on IsDocumentedWord( "d" ); #2415

fingolfin opened this issue Apr 26, 2018 · 1 comment · Fixed by #2419
Labels
kind: bug Issues describing general bugs, and PRs fixing them regression A bug that only occurs in the branch, not in a release

Comments

@fingolfin
Copy link
Member

fingolfin commented Apr 26, 2018

It started on PR #2385: in the first few builds I saw a very strange failure in testbugfix, but couldn't reproduce it locally, on both macOS and a Ubuntu system. This is the failure:

########> Diff in /home/travis/build/gap-system/gap/tst/testbugfix/2012-07-13-\
t00248.tst:2
# Input is:
IsDocumentedWord( "d" );
# Expected output:
false
# But found:
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `SplitString' on 3 arguments

The initial version of the PR passed. Then it failed three times; the final version again passed. But note that the first FAIL was after a rebase; the final success also was after a pure rebase.

UPDATE: Besides the first one, it now appeared on several more builds:

So something really bad is going on here...

@fingolfin fingolfin added the kind: bug Issues describing general bugs, and PRs fixing them label Apr 26, 2018
@fingolfin
Copy link
Member Author

Note that master builds so far were not affected. And I still can't reproduce it locally. A bad case of a Heisenbug :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them regression A bug that only occurs in the branch, not in a release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant