-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ledger API test tool tests for rollback projections (#9778)
* Add ledger API test tool tests for rollback projections This adds 3 tests for projections under rollback nodes. The first one is relatively clear hopefully and tests divulgence. The other two are a bit more intricate. For both of those we can also not test too much via the ledger API since we don’t actually get access to rollback nodes. However, it still seems useful to at least exercise those code paths and make sure they don’t do anything horribbly wrong. The second test tests the normalization rules from https://github.com/digital-asset/daml/blob/main/docs/source/concepts/ledger-model/ledger-exceptions.rst#privacy The last one tests a more complex structure with deeply nested rollback nodes and different informees. changelog_begin changelog_end * Update ledger/test-common/src/main/daml/semantic/Exceptions.daml Co-authored-by: Sofia Faro <[email protected]> Co-authored-by: Sofia Faro <[email protected]>
- Loading branch information
1 parent
fb6f72c
commit 1b428be
Showing
2 changed files
with
295 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.