-
Notifications
You must be signed in to change notification settings - Fork 229
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
Test failures on master #229
Comments
Unfortunately, yes. This is also blocking the next major release and prevents us from coming out of RC.
… On Jan 31, 2017, at 3:39 PM, Freddy Hernandez ***@***.***> wrote:
I'm getting 38 test failures on the master branch... I ran npm i followed by gulp test. Is this a known issue?
[15:35:56] Starting 'test'...
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
43 passing (155ms)
38 failing
1) Typeahead Component sanity should fuzzy search and render matching results:
AssertionError: Text input: o: expected 0 to equal 3
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:2005
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:3564
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43478
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:10867
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:12072
at forEach (file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:13269)
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43479
at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4452)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4847
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4938
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4772)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4782
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4720)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4744
at done (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4408)
at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4463)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4745)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4749
at timeslice (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:6015)
2) Typeahead Component sanity does not change the url hash when clicking on options:
Error: Did not find exactly one match for tag:a
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:30984
at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43485
at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4452)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4847
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4938
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4772)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4782
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4720)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4744
at done (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4408)
at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4463)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4745)
at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4749
at timeslice (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:6015)
...
[15:35:57] 'test' errored after 1.11 s
[15:35:57] Error in plugin 'gulp-mocha-phantomjs'
test failed```
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Got it, thanks for the quick response. Is there another issue documenting this? (I did a brief search but didn't find one) |
There might be, but let's use this one.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting 38 test failures on the master branch... I ran
npm i
followed bygulp test
. Is this a known issue?The text was updated successfully, but these errors were encountered: