[jira] [Assigned] (DAFFODIL-2018) Non-portable test test_multiple_delimiters2

2019-01-24 Thread Josh Adams (JIRA)


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

Josh Adams reassigned DAFFODIL-2018:


Assignee: Josh Adams

> Non-portable test test_multiple_delimiters2
> ---
>
> Key: DAFFODIL-2018
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2018
> Project: Daffodil
>  Issue Type: Bug
>  Components: Back End, Compatibility
>Affects Versions: 2.2.0
>Reporter: Michael Beckerle
>Assignee: Josh Adams
>Priority: Major
>  Labels: ForInteroperabilityTest
>
> IBM DFDL and Daffodil don't have same behavior for this test.
> Daffodil passes. Below is the trace output from IBM DFDL:
> {{Schema Definition Error: CTDV1425W : For a sequence, the DFDL properties 
> 'separator' and 'terminator' are not unique. Sequence: 
> #xscd(/schemaElement::myStringSeq4/type::0/model::sequence).
> Schema Definition Error: CTDV1425W : For a sequence, the DFDL properties 
> 'separator' and 'terminator' are not unique. Sequence: 
> #xscd(/schemaElement::myStringSeq4/type::0/model::sequence).
> Schema Definition Error: CTDV1425W : For a sequence, the DFDL properties 
> 'separator' and 'terminator' are not unique. Sequence: 
> #xscd(/schemaElement::myStringSeq4/type::0/model::sequence).
> TraceListener : info() Offset: 0. Parsing will start from root element 
> 'myStringSeq4'.
> TraceListener : info() The default value of '%LF;' was assigned to variable 
> 'outputNewLine' in namespace 'http://www.ogf.org/dfdl/dfdl-1.0/'.   
> TraceListener : info() The default value of 'ieee' was assigned to variable 
> 'binaryFloatRep' in namespace 'http://www.ogf.org/dfdl/dfdl-1.0/'.   
> TraceListener : info() Offset: 0. Starting to process element 'myStringSeq4'.
> TraceListener : info() Offset: 0. Starting to process element 'seq1'.
> TraceListener : info() Offset: 0. Starting to process element 'element1'.
> TraceListener : info() Offset: 0. Found delimited value 'abcde' for element 
> 'element1'. The delimiter was '|'. 
> TraceListener : info() Offset: 5. Finished processing element 'element1'.
> TraceListener : info() Offset: 5. Found separator '|' owned by the 'sequence' 
> group contained within element 'seq1'.
> TraceListener : info() Offset: 6. Starting to process element 'element2'.
> TraceListener : info() Offset: 6. Found delimited value 'fghij' for element 
> 'element2'. The delimiter was '|'. 
> TraceListener : info() Offset: 11. Finished processing element 'element2'.
> TraceListener : info() Offset: 11. Found separator '|' owned by the 
> 'sequence' group contained within element 'seq1'.
> TraceListener : info() Offset: 12. Starting to process element 'element3'.
> TraceListener : info() Offset: 12. Found delimited value 'klmno' for element 
> 'element3'. The delimiter was '::'. 
> TraceListener : info() Offset: 17. Finished processing element 'element3'.
> TraceListener : info() Offset: 17. Finished processing element 'seq1'.
> TraceListener : error() Separator '::' not found at offset '17'  for sequence 
> within element  '/myStringSeq4[1]'.
> TraceListener : fatal() Separator '::' not found at offset '17'  for sequence 
> within element  '/myStringSeq4[1]'.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jadams-tresys opened a new pull request #171: Added additional note to UPA violation errors

2019-01-24 Thread GitBox
jadams-tresys opened a new pull request #171: Added additional note to UPA 
violation errors
URL: https://github.com/apache/incubator-daffodil/pull/171
 
 
   In cases where choice branches have entirely optional content it wasn't
   clear why a UPA was occurring. I have added a note to the SDE/SDW
   message that shows up in these cases mentioning that branches with
   entirely optional content are not allowed.
   
   DAFFODIL-2036


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ltapilot opened a new pull request #170: Fixed CLI integration tests so that they run properly on Windows.

2019-01-24 Thread GitBox
ltapilot opened a new pull request #170: Fixed CLI integration tests so that 
they run properly on Windows.
URL: https://github.com/apache/incubator-daffodil/pull/170
 
 
   DAFFODIL-2058


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (DAFFODIL-2058) Some CLI tests do not work cleanly on the Windows platform.

2019-01-24 Thread Mark C. Otto (JIRA)


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

Mark C. Otto updated DAFFODIL-2058:
---
Attachment: testoutput.txt

> Some CLI tests do not work cleanly on the Windows platform.
> ---
>
> Key: DAFFODIL-2058
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2058
> Project: Daffodil
>  Issue Type: Test
>  Components: CLI
>Affects Versions: 2.2.0
>Reporter: Mark C. Otto
>Assignee: Mark C. Otto
>Priority: Major
> Attachments: testoutput.txt
>
>
> Some CLI tests don't work well on Windows. Many do not account for EOL 
> differences.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DAFFODIL-2058) Some CLI tests do not work cleanly on the Windows platform.

2019-01-24 Thread Mark C. Otto (JIRA)
Mark C. Otto created DAFFODIL-2058:
--

 Summary: Some CLI tests do not work cleanly on the Windows 
platform.
 Key: DAFFODIL-2058
 URL: https://issues.apache.org/jira/browse/DAFFODIL-2058
 Project: Daffodil
  Issue Type: Test
  Components: CLI
Affects Versions: 2.2.0
Reporter: Mark C. Otto
Assignee: Mark C. Otto


Some CLI tests don't work well on Windows. Many do not account for EOL 
differences.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)