Closed mergify[bot] closed 3 weeks ago
Cherry-pick of 0716d56cbd51889e7ecfdfcf8fcd690b70b6bfd6 has failed:
On branch mergify/bp/release/4.9.x/pr-7279
Your branch is up to date with 'origin/release/4.9.x'.
You are currently cherry-picking commit 0716d56cbd.
(fix conflicts and run "git cherry-pick --continue")
(use "git cherry-pick --skip" to skip this patch)
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
Changes to be committed:
new file: common/changes/@itwin/core-backend/affanK-regression_classid_2024-10-18-19-55.json
modified: core/backend/src/test/ecdb/ECSqlQuery.test.ts
modified: core/backend/src/test/ecdb/ECSqlStatement.test.ts
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: common/config/rush/pnpm-lock.yaml
both modified: core/backend/package.json
both modified: test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle
both modified: test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj
both modified: tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
@khanaffan, the tests in the CI builds are failing, showing the same errors - can you investigate?
@khanaffan, the tests in the CI builds are failing, showing the same errors - can you investigate?
so, I build both branches locally did not see any failure. I bet it might be wrong addon pull into this PR.
4.9.x
. This broke a user.DoNotConvertClassIdsToClassNamesWhenAliased
to reproduce previous behavior.DoNotConvertClassIdsToClassNamesWhenAliased
for concurrent query to reproduce behavior of classId returning class name when aliased to be compilable with 4.8.xFirst query that broke user is following
After current fix
imodel-native: https://github.com/iTwin/imodel-native/pull/894
This is an automatic backport of pull request #7279 done by Mergify.