mbeckerle commented on code in PR #1108:
URL: https://github.com/apache/daffodil/pull/1108#discussion_r1410907579


##########
daffodil-test-integration/src/test/scala/org/apache/daffodil/cliTest/TestCLIDebugger.scala:
##########
@@ -22,19 +22,72 @@ import java.nio.file.Files
 
 import org.apache.daffodil.cli.Main.ExitCode
 import org.apache.daffodil.cli.cliTest.Util._
+import org.apache.daffodil.lib.Implicits._
 
 import net.sf.expectit.matcher.Matchers.regexp
 import org.junit.Test
 
+/**
+ * Tests specific to the CLI debugger
+ *
+ * Note that all tests set "fork = true" because SBT creates a class loader 
with two versions of

Review Comment:
   Why is this only an issue for CLI debugger tests? Why doesn't this same 
issue plague us everywhere?
   
   Can you add an explanation about that? Otherwise this reasoning seems 
compelling as to a need to always do the forking for all testing. 
   
   Also, why did the change of jline version cause all this need?
   



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to