Build ATC with Visual Studio 2022 (v143), SDK 10.0, x64
Expected behaviour
ATC test cases complete successfully
Actual behaviour
Test case test_case_UPER_000001 failed in encoding.
========================================
Test case test_case_UPER_000002 failed in encoding.
========================================
Test case test_case_UPER_000003 failed in encoding.
========================================
Test case test_case_UPER_000004 failed in encoding.
========================================
Test case test_case_UPER_000005 failed in encoding.
========================================
Test case test_case_UPER_000006 failed in encoding.
========================================
Test case test_case_UPER_000010 failed in encoding.
========================================
Test case test_case_UPER_000011 failed in encoding.
========================================
Test case test_case_UPER_000016 failed in encoding.
========================================
Test case test_case_UPER_000017 failed in encoding.
========================================
Test case test_case_UPER_000100 failed in encoding.
========================================
Test case test_case_UPER_000101 failed in encoding.
========================================
12 out of 139 failed.
We see from this definition that the subsamplingRate must be present. However, the generated ATC code does not set exists to 1, which leads to the encoding failure.
Repro
Service-14-10.zip
Build ATC with Visual Studio 2022 (v143), SDK 10.0, x64
Expected behaviour
Actual behaviour
Analysis
TC(14,10) is defined using
We see from this definition that the
subsamplingRate
must be present. However, the generated ATC code does not setexists
to1
, which leads to the encoding failure.