stevedlawrence commented on a change in pull request #170: Fixed CLI 
integration tests so that they run properly on Windows.
URL: https://github.com/apache/incubator-daffodil/pull/170#discussion_r251411702
 
 

 ##########
 File path: build.sbt
 ##########
 @@ -139,6 +139,7 @@ lazy val commonSettings = Seq(
   sourceManaged := baseDirectory.value / "src_managed",
   resourceManaged := baseDirectory.value / "resource_managed",
   libraryDependencies ++= Dependencies.common,
+  parallelExecution in IntegrationTest := false
 
 Review comment:
   Agreed, I'm not even sure this change is needed at all. I know Mark was 
running into memory issues when runing on windows and this was one change he 
made early on. But I'm not sure it really helped. I think the actual fix was 
changes to DAFFODIL_JAVA_OPTS in TestCLIDebugger.
   
   Mark, can you remove this change and see if the memory issues come back? If 
not, I think we should remove this change completely. 

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

Reply via email to