-
Notifications
You must be signed in to change notification settings - Fork 9
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
update: make tests pass again; fixes for lingering small items #607
Conversation
Signed-off-by: hanbollar <[email protected]>
Your Render PR Server URL is https://examples-mrjs-pr-607.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-copf9nuv3ddc73fob3v0. |
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
lingering notes:^ this is causing extra errors to occur, for ex:
going to open an issue based off this to resolve, but not a high priority |
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
// Need to comment out this testing file as it causes an improper merge/stash/branch setup when run with | ||
// the rest of the tests automatically. Will bring it back as part of #608 being resolved | ||
console.log('SKIPPING THIS FOR NOW - see pending issue: https://github.com/Volumetrics-io/mrjs/issues/608'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calling out this comment for why this file was changed in this pr
// page.on('pageerror', error => { | ||
// errors.push(error.toString()); | ||
// console.error(`Unhandled error: ${error}`); | ||
// }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the part that is erroring on items that only error in puppeeter, to be resolved in #608 , not priority here
@@ -46,26 +46,36 @@ if [ "$#" -ne 1 ]; then | |||
exit 1 | |||
fi | |||
|
|||
echo "HI4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this file isnt being used by any runner (since the test is commented out, leaving this in as i debug this over time, no harm no foul
echo "HI" | ||
SUBMODULE_DIR="samples/mrjsio" | ||
echo "HI2" | ||
./scripts/check-and-update-submodule.sh "$SUBMODULE_DIR" | ||
echo "HI3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging in since this was mostly a testing process fix and like 1 or 2 one-liners |
Linking
related to #606
Fixes #602 and other things exposed by 606
Required to Merge
- [ ] TEST IN HEADSET - main dev-testing-example and any of the other examples still work as expected- [ ] VIDEO - if this pr changes something visually - post a video here of it in headset-MR and/or on desktop (depending on what it affects) for the reviewer to reference.- [ ] BREAKING CHANGE@lobau
@hanbollar