Skip to content
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 a bug with relational mapping tests set with the incorrect database #645

Merged
merged 2 commits into from
Nov 9, 2021

Conversation

irisyngao
Copy link
Contributor

@irisyngao irisyngao commented Nov 3, 2021

Summary

Fixes #649

How did you test this change?

demo.mov

@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2021

🦋 Changeset detected

Latest commit: eb3a1ab

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@finos/legend-studio Patch
@finos/legend-extension-dsl-data-space Patch
@finos/legend-extension-dsl-diagram Patch
@finos/legend-extension-dsl-serializer Patch
@finos/legend-extension-dsl-text Patch
@finos/legend-extension-external-store-service Patch
@finos/legend-studio-app Patch
@finos/legend-studio-extension-management-toolkit Patch
@finos/legend-studio-extension-query-builder Patch
@finos/legend-manual-tests Patch
@finos/legend-query-app Patch
@finos/legend-studio-deployment Patch
@finos/legend-query-deployment Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label Nov 3, 2021
@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #645 (eb3a1ab) into master (97c477b) will decrease coverage by 0.01%.
The diff coverage is 22.22%.

@@            Coverage Diff             @@
##           master     #645      +/-   ##
==========================================
- Coverage   43.64%   43.63%   -0.02%     
==========================================
  Files         904      904              
  Lines       40301    40309       +8     
  Branches     9238     9241       +3     
==========================================
- Hits        17589    17588       -1     
- Misses      22648    22657       +9     
  Partials       64       64              
Impacted Files Coverage Δ
...mapping-editor/InstanceSetImplementationEditor.tsx 15.72% <0.00%> (-1.28%) ⬇️
...r/InstanceSetImplementationSourceSelectorModal.tsx 22.95% <15.78%> (-3.47%) ⬇️
...element-editor-state/mapping/MappingEditorState.ts 38.77% <40.00%> (+0.42%) ⬆️
...r-state/element-editor-state/RuntimeEditorState.ts 17.89% <50.00%> (ø)
...ment-editor-state/mapping/MappingExecutionState.ts 7.90% <100.00%> (ø)
...e/element-editor-state/mapping/MappingTestState.ts 10.04% <100.00%> (ø)

@akphi
Copy link
Contributor

akphi commented Nov 4, 2021

@YannanGao-gs Could you elaborate on the context of this bug, what are you aiming to fix?

@irisyngao irisyngao added this to the 2.0.0 milestone Nov 8, 2021
@akphi akphi removed this from the 2.0.0 milestone Nov 8, 2021
Copy link
Member

@MauricioUyaguari MauricioUyaguari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor comments. Good to approve once the changeset is addressed. Thanks!

@irisyngao irisyngao self-assigned this Nov 9, 2021
@irisyngao irisyngao force-pushed the mappingTest branch 2 times, most recently from a7abcd6 to f18a060 Compare November 9, 2021 15:10
@akphi akphi changed the title Fix a bug in generating db for mappingTest Fix a bug with relational mapping tests are set with the incorrect database Nov 9, 2021
@akphi akphi changed the title Fix a bug with relational mapping tests are set with the incorrect database Fix a bug with relational mapping tests set with the incorrect database Nov 9, 2021
@akphi akphi merged commit dc50b13 into finos:master Nov 9, 2021
@github-actions github-actions bot mentioned this pull request Nov 9, 2021
@irisyngao irisyngao deleted the mappingTest branch December 14, 2021 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Fail to generate correct store value for mappingTest that uses join between parent store and child store
3 participants