-
Notifications
You must be signed in to change notification settings - Fork 214
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
Add ECSql tests for ECDb (backport #7323) [release/4.11.x] #7538
Conversation
Co-authored-by: soham-bentley <177123878+soham-bentley@users.noreply.github.com> Co-authored-by: RohitPtnkr1996 <111407262+RohitPtnkr1996@users.noreply.github.com> Co-authored-by: naronchen <naronchen@users.noreply.github.com> Co-authored-by: akshay05n <44081595+akshay05n@users.noreply.github.com> Co-authored-by: Paul Connelly <22944042+pmconne@users.noreply.github.com> Co-authored-by: imodeljs-admin <38288322+imodeljs-admin@users.noreply.github.com> (cherry picked from commit 46b679a) # Conflicts: # common/config/rush/pnpm-lock.yaml # core/backend/package.json # test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle # test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj # tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj
Cherry-pick of 46b679a has failed:
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 |
workingDirectory: core/backend | ||
displayName: Build & run iOS backend unit tests in Simulator | ||
condition: and(succeeded(), ${{ parameters.buildMobile }}, eq(variables['Agent.OS'], 'Darwin')) | ||
# Tests seem broken on ci, contacted Travis.Cobby to investigate |
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.
Do we need to backport #7502 and revert this change?
imodel-native: iTwin/imodel-native#937
Framework that makes it easier to compose a large amount of SQL tests which verify results (not just prepare and done).
Part of a shared effort to increase our ECDb test coverage after recent breaks.
The picture separates our API into 9 areas which we can distribute among the team.
This is an automatic backport of pull request #7323 done by [Mergify](https://mergify.com).