-
Notifications
You must be signed in to change notification settings - Fork 11
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
undefined method in index.js:417 #4
Comments
This is the same issue as Issue 5 - if you are looking for a working copy - go see ErDmKo's fork. |
instructure-gerrit
pushed a commit
to instructure/canvas-lms
that referenced
this issue
Jun 12, 2024
also: - include tests with .jsx extension - automate partitioning of all QUnit tests - move old Ember-related tests back to their prior suffix - skip tests either consistently failing locally or in Jenkins - sometimes due to lack of maintenance (some weren't running before), or due to different order of running tests - fix some tests - upgrades karma-selenium-grid-launcher to fork which resolves longstanding bug cf. squarebracket/karma-selenium-grid-launcher#4 skips three Gradebook-related test files that consistently hang in Jenkins, cf. EVAL-4267 Change-Id: Ib79f75963f6c4f5544e5dc1b5c31bc58d6c1110c Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/349561 Reviewed-by: Isaac Moore <[email protected]> Tested-by: Service Cloud Jenkins <[email protected]> QA-Review: Aaron Shafovaloff <[email protected]> Product-Review: Aaron Shafovaloff <[email protected]> Build-Review: James Butters <[email protected]>
s1050613
pushed a commit
to s1050613/canvas-lms
that referenced
this issue
Jun 14, 2024
also: - include tests with .jsx extension - automate partitioning of all QUnit tests - move old Ember-related tests back to their prior suffix - skip tests either consistently failing locally or in Jenkins - sometimes due to lack of maintenance (some weren't running before), or due to different order of running tests - fix some tests - upgrades karma-selenium-grid-launcher to fork which resolves longstanding bug cf. squarebracket/karma-selenium-grid-launcher#4 skips three Gradebook-related test files that consistently hang in Jenkins, cf. EVAL-4267 Change-Id: Ib79f75963f6c4f5544e5dc1b5c31bc58d6c1110c Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/349561 Reviewed-by: Isaac Moore <[email protected]> Tested-by: Service Cloud Jenkins <[email protected]> QA-Review: Aaron Shafovaloff <[email protected]> Product-Review: Aaron Shafovaloff <[email protected]> Build-Review: James Butters <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When stopping a session the following error message is produced:
ReferenceError: resolve is not defined
at _stopSession.then (node_modules/karma-selenium-grid-launcher/index.js:417:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
There are already a pull request available fixing this issue. Can you merge that and produce a new release?
Much appreciated.
/Benjamin
The text was updated successfully, but these errors were encountered: