Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

"Recent Projects UI" * JS Code Hints unit tests sporadically failing on Mac #10375

Closed
peterflynn opened this issue Jan 14, 2015 · 3 comments
Closed

Comments

@peterflynn
Copy link
Member

Of the last 16 builds, half have failed unit tests:

  • Recent Projects UI failed ~5 times, every time the same pair of tests failing: "should open the recent projects list with only the getting started project" & "should open the recent project list and show 5 recent projects"
  • JS Code Hints failed ~4 times, with some consistency in which tests fail: "JavaScript Code Hinting with modules.should read properties created in parent module" & "JavaScript Code Hinting with modules.should read methods created in parent module" failed twice, "JavaScript Code Hinting Basic.should list declared variable and function names in outer scope" failed twice (once in combination with the other two, once alone), and one failure didn't match the others at all (see next bullet).
  • All the failures except for one were on Mac. The one failure on Win was "JavaScript Code Hinting with test.html file.should jump to function name with non ascii chars"

There doesn't appear to be any pattern in the build sequence (e.g. one suite failure always occurring in the build just before the other suite failed). Each suite failed alone at least once after a preceding good build.

@peterflynn
Copy link
Member Author

Looks like the Recent Projects failures started early evening on Dec 12, and have been failing very often ever since. The JS Code Hints tests have had sporadic issues going back at least as far as Sept 26

@peterflynn
Copy link
Member Author

Nm, looks like actually Dec 11 (b12f8ed) was the first failure, and the build earlier that morning (13f85b4) was ok.

The only thing that landed in that range was #7362. (Though the original Dec 12 date correlates with #10163, which sounds like it could affect this test, the failures really did start earlier than that...)

@abose
Copy link
Contributor

abose commented Oct 15, 2015

This doesn't seem to happen anymore. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@peterflynn @prksingh @abose and others