regetom commented on pull request #481:
URL: https://github.com/apache/daffodil/pull/481#issuecomment-804330286


   I created DelimiterCookerNoSoleES I didn't change Cookers.scala. The test 
org.apache.daffodil.section06.entities.TestEntities.test_emptyStringEntityTermInExpressionDelimited_01
 still fails. From the results it seems like the logic flows through 
DelimiterCookerNoES instead of the new DelimiterCookerNoSoleES. If I modify 
Cooker.scala and change the line
   object TerminatorCookerNoES extends DelimiterCookerNoES("terminator")
   to
   object TerminatorCookerNoES extends DelimiterCookerNoSoleES("terminator")
   then the test hangs here:
   [info] Test run started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.testNearestEnclosingSequenceElementRef
 started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.testImmediatelyEnclosingModelGroup1
 started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.testStaticallyFirstWithChoice 
started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.testRequiredSiblings started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.test_hasStaticallyRequiredOccurrencesInDataRepresentation_1
 started
   [info] Test 
org.apache.daffodil.dsom.TestMiddleEndAttributes.test_hasStaticallyRequiredOccurrencesInDataRepresentation_2
 started
   [info] Test run finished: 0 failed, 0 ignored, 6 total, 0.162s
   | => org.apache.daffodil.dpath.TestDPath 829s
   | => org.apache.daffodil.infoset.TestInfosetInputter1 829s
   | => org.apache.daffodil.dsom.TestDsomCompilerUnparse1 832s
   | => org.apache.daffodil.infoset.TestInfosetInputterFromReader 832s
   It seems to hang on this test group:
   [info] Test run started
   [info] Test 
org.apache.daffodil.dpath.TestDPath.test_oneUpwardStepsAcrossElementReference 
started
   [info] Test org.apache.daffodil.dpath.TestDPath.test_twoUpwardSteps started
   [info] Test 
org.apache.daffodil.dpath.TestDPath.test_twoUpwardStepsAcrossElementReference 
started


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to