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_r251569006
 
 

 ##########
 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:
   Seems reasonble in that case. The change only disables parallel executiong 
for integration tests (i.e. CLI tests), so it shouldn't affect the time it 
takes to run all our normal tests. As Josh mentions, we could disable/enable 
parallel execution based on the operating system, but I think I'd rather 
evertyhing be as similar as possible on different OS. So if it needs to be 
disabled on Windows, I'd vote for also disabling on Linux too.

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