Adapt conformance tests compatibility exclusions for ExplicitDisclosu… (#17829)

* Adapt conformance tests compatibility exclusions for ExplicitDisclosureIT

run-full-compat: true

* Add back needed exclusion

run-full-compat: true
This commit is contained in:
tudor-da 2023-11-14 17:03:04 +01:00 committed by GitHub
parent 94998f87eb
commit 37502c3964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,20 +513,6 @@ excluded_test_tool_tests = [
}, },
], ],
}, },
{
# The explicit disclosure feature is in alpha version,
# hence disable testing ExplicitDisclosureIT since it was moved into LF 1.15 suite
# (and discoverable, implicitly, in the 1.15 stable version of the test tool)
# TODO ED: Bound the exclusion range once the feature is deemed stable.
"start": "2.6.0-snapshot.20230123.11292.0.b3f84bfc",
"platform_ranges": [
{
"exclusions": [
"ExplicitDisclosureIT",
],
},
],
},
{ {
"start": "1.16.0", "start": "1.16.0",
"platform_ranges": [ "platform_ranges": [
@ -715,10 +701,10 @@ excluded_test_tool_tests = [
}, },
], ],
}, },
# Changes to explicit disclosure Ledger API interface # The next two exclusions pertain to changes to explicit disclosure Ledger API interface
# where DisclosedContract.create_arguments(_blob), DisclosedContract.metadata, # where DisclosedContract.create_arguments(_blob), DisclosedContract.metadata,
# InclusiveFilters.template_ids are deprecated and replaced by # InclusiveFilters.template_ids are deprecated and replaced by
# DisclosedContract.create_event_payload and InclusiveFilters.template_filters respectively # DisclosedContract.created_event_blob and InclusiveFilters.template_filters respectively
{ {
"start": "2.8.0-snapshot.20231025.1", "start": "2.8.0-snapshot.20231025.1",
"platform_ranges": [ "platform_ranges": [
@ -731,6 +717,7 @@ excluded_test_tool_tests = [
], ],
}, },
{ {
"start": "2.6.0-snapshot.20230123.11292.0.b3f84bfc",
"end": "2.8.0-snapshot.20231025.0", "end": "2.8.0-snapshot.20231025.0",
"platform_ranges": [ "platform_ranges": [
{ {