Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Eliminate possibility of 'window is undefined' during travis test #3406

Merged
merged 1 commit into from
Sep 2, 2017

Conversation

wimrijnders
Copy link
Contributor

A recurring problem during travis tests is that global variable window can get reset while Network tests using a mock canvas object are running.
This issue has been adressed several times, but it still happens. This PR reduces the possibility of it happening again to a minimum.

PR's affected by this issue should be merged with this fix and re-submitted. At time of writing, these are:

Chances are it will occur sporadically for other PR's as well.
Labelling this PRIORITY because it indrectly affects unrelated PR's.

A recurring problem during travis tests is that global variable `window` can get reset while `Network` tests using a mock canvas object are running.
This issue has been adressed several times, but it still happens. This PR reduces the possibility of it happening again to a minimum.

PR's affected by this issue should be merged with this fix and re-submitted. At time of writing, these are:
- almende#3402
- almende#3405
- almende#3399

Chances are it will occur sporadically for other PR's as well.
Labelling this `High Priority` because it indrectly affects unrelated PR's.
@yotamberk yotamberk merged commit b620f3a into almende:develop Sep 2, 2017
@wimrijnders wimrijnders deleted the fix_window_undefined_again branch September 2, 2017 10:21
primozs pushed a commit to primozs/vis that referenced this pull request Jan 3, 2019
…mende#3406)

A recurring problem during travis tests is that global variable `window` can get reset while `Network` tests using a mock canvas object are running.
This issue has been adressed several times, but it still happens. This PR reduces the possibility of it happening again to a minimum.

PR's affected by this issue should be merged with this fix and re-submitted. At time of writing, these are:
- almende#3402
- almende#3405
- almende#3399

Chances are it will occur sporadically for other PR's as well.
Labelling this `High Priority` because it indrectly affects unrelated PR's.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants