You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Josh Adams (Jira)" <ji...@apache.org> on 2020/05/04 16:23:00 UTC

[jira] [Resolved] (DAFFODIL-2334) Mutable Varaible API changes break schemas

     [ https://issues.apache.org/jira/browse/DAFFODIL-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Adams resolved DAFFODIL-2334.
----------------------------------
      Assignee:     (was: Josh Adams)
    Resolution: Fixed

This has been fixed in commit 839d44ae371071ed3738c5d93b4ac605b6295cd0

> Mutable Varaible API changes break schemas
> ------------------------------------------
>
>                 Key: DAFFODIL-2334
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2334
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Back End
>    Affects Versions: 3.0.0
>            Reporter: Josh Adams
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Changes made to the Variabe API in commit dd499070049b91fb8d859ac8d44fd0be088c985c broke several of the schemas that are not in our buildbot test suite, but are in the nightly performance tests:
> HL7:
> org.apache.daffodil.exceptions.Abort: Invariant broken: this.state.!=(VariableUndefined)
>  
> Nacha:
> org.apache.daffodil.exceptions.Abort: Invariant broken: this.state.!=(VariableUndefined)
>  
> Nato-stanag:
> [error] Runtime Schema Definition Error: Variable Error: Variable map (runtime): variable ms:word-padding-bits has no value.
>  
> PCAP:
> org.apache.daffodil.exceptions.Abort: Invariant broken: this.state.!=(VariableUndefined)
>  
> VMF:
> org.apache.daffodil.exceptions.Abort: Usage error: InputSourceDataInputStream.this.markStack.isEmpty.unary_!
>  
> The attached file included the full exception/error messages for each.
>  
> << NightlyFailure_Commit-dd499070.txt >>
> I rolled commit back to commit 120f2e618f63a2aca3574eb33fa7a2cd4a7c77f6 and these tests passed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)