-
Notifications
You must be signed in to change notification settings - Fork 116
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
Input to ServiceTestAssertLambda is updated to regular string #629
Conversation
🦋 Changeset detectedLatest commit: c220265 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
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 |
Thank you for your contribution and Welcome to our Open Source Community! To make sure your pull request is accepted successfully, we ask all our open source contributors to sign a Contributor License Agreement; having reviewed our contributor list, we require a CLA for the following people : (@anumalamrudula). In order to sign a CLA with FINOS, just submit a Pull Request with a simple change to this file (adding an empty line, or some random text at the bottom); this will trigger the EasyCLA bot, which will post a comment to the Pull Request stating whether all PR contributors are covered by FINOS CLA; if not covered, the bot will post instructions on how to sign the CLA. Thanks once again for your contribution. Let us work with you to make the CLA process quick, easy and efficient so we can move forward with reviewing and accepting your pull request. Feel free to email help@finos.org for any questions. |
@mrudula-gs Did we file a bug for this? We should link it in the PR description and the changeset. |
Thank you for your contribution and Welcome to our Open Source Community! To make sure your pull request is accepted successfully, we ask all our open source contributors to sign a Contributor License Agreement; having reviewed our contributor list, we require a CLA for the following people : (@anumalamrudula). In order to sign a CLA with FINOS, just submit a Pull Request with a simple change to this file (adding an empty line, or some random text at the bottom); this will trigger the EasyCLA bot, which will post a comment to the Pull Request stating whether all PR contributors are covered by FINOS CLA; if not covered, the bot will post instructions on how to sign the CLA. Thanks once again for your contribution. Let us work with you to make the CLA process quick, easy and efficient so we can move forward with reviewing and accepting your pull request. Feel free to email help@finos.org for any questions. |
packages/legend-graph/src/graphManager/AbstractPureGraphManager.ts
Outdated
Show resolved
Hide resolved
@mrudula-gs 2 things
Thanks! |
Thank you for your contribution and Welcome to our Open Source Community! To make sure your pull request is accepted successfully, we ask all our open source contributors to sign a Contributor License Agreement; having reviewed our contributor list, we require a CLA for the following people : (@anumalamrudula). In order to sign a CLA with FINOS, just submit a Pull Request with a simple change to this file (adding an empty line, or some random text at the bottom); this will trigger the EasyCLA bot, which will post a comment to the Pull Request stating whether all PR contributors are covered by FINOS CLA; if not covered, the bot will post instructions on how to sign the CLA. Thanks once again for your contribution. Let us work with you to make the CLA process quick, easy and efficient so we can move forward with reviewing and accepting your pull request. Feel free to email help@finos.org for any questions. |
Codecov Report
@@ Coverage Diff @@
## master #629 +/- ##
==========================================
- Coverage 44.37% 44.35% -0.02%
==========================================
Files 891 892 +1
Lines 39380 39402 +22
Branches 8995 9005 +10
==========================================
+ Hits 17473 17476 +3
- Misses 21848 21867 +19
Partials 59 59
|
@mrudula-gs Sorry, took the liberty myself to update the description and the changeset for a clearer explanation since this problem is quite confusing. I would also note that this is just the temporary solution on Studio side for now until we have a more definitive strategy for finos/legend-engine#429 as well as when @gs-gunjan and @MauricioUyaguari refactored the mapping test flow to use |
Summary
Closes #586
Due to discrepancies in the test runners for mapping and service, we have don't need to do any (un)escaping for service test assertion data like what we do for mapping test assertion data. For better context:
See #586
See finos/legend-engine#429
How did you test this change?
Check with the test case in the linked issue