-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix RenderingAsset::Relocate #157
Conversation
@MichaelBelousov what's this waiting on? |
flaky tests (mostly https://github.com/iTwin/itwinjs-backlog/issues/560). Last attempt just failed due to what looked like arcgis test changes, but this branch was out of date so just updated it. |
@mdastous-bentley @eringram @DanRod1999 Both PR branches are up to date, but I am getting a new cross-platform test failure as of this morning.
Any ideas why PR validation might be failing this test? Couldn't reproduce locally with this branch. |
@MichaelBelousov assertions only trigger if NODE_ENV=development. Do you have that set locally? We very recently started setting it for CI jobs, to catch failed assertions during tests. |
good point. rerunning. |
@pmconne you're right, now it fails. |
FYI PR to enable assertions during tests included fix for at least one of your failing tests.
|
it also fails on imodel02 locally |
ok I'll just try backporting that PR to imodel02 then |
Something seems broken on I'm deterministically getting on all CI platform builds and locally:
row is: {
"name":"Child 1",
"parent.id":"0x1",
"parent.relClassName":"Test.ParentHasChildren",
"myParentId":"0x1",
"myParentRelClassId":"Test.ParentHasChildren"
} where |
@RohitPtnkr1996 This PR #146 may have caused this issue. |
@pmconne maybe we should consider merging this since |
@RohitPtnkr1996 @khanaffan or @ColinKerr please fix or revert #146 ASAP, it will block us from producing a new addon. |
I'm looking into the failure. |
fix RenderingAsset::Relocate for use by the transformer.
sibling PR with tests: iTwin/itwinjs-core#5059
itwinjs-core: https://github.com/iTwin/itwinjs-core/tree/fix-transformer-texture-remapping