codecov-commenter commented on PR #7012:
URL: https://github.com/apache/texera/pull/7012#issuecomment-5114761800

   ### :x: 2 Tests Failed:
   | Tests completed | Failed | Passed | Skipped |
   |---|---|---|---|
   | 3014 | 2 | 3012 | 8 |
   <details><summary>View the top 2 failed test(s) by shortest run 
time</summary>
   
   > <pre><code 
class="language-python">org.apache.texera.workflow.WorkflowCompilerSpec::WorkflowCompiler
 in strict mode (no errorList) should throw when a scan source has no fileName 
set</code></pre>
   > <details><summary>Stack Traces | 0.003s run time</summary>
   > 
   > > <pre><code 
class="language-python">org.scalatest.exceptions.TestFailedException: &quot;[No 
file selected. Please select a file from the &#x27;File&#x27; dropdown in the 
right panel.]&quot; did not equal &quot;[no input file name]&quot;
   > >  at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   > >  at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
   > >  at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
   > >  at 
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
   > >  at 
org.apache.texera.workflow.WorkflowCompilerSpec.$anonfun$new$15(WorkflowCompilerSpec.scala:210)
   > >  at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
   > >  at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
   > >  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
   > >  at org.scalatest.Transformer.apply(Transformer.scala:22)
   > >  at org.scalatest.Transformer.apply(Transformer.scala:20)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
   > >  at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
   > >  at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
   > >  at 
org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
   > >  at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
   > >  at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
   > >  at 
org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
   > >  at scala.collection.immutable.List.foreach(List.scala:323)
   > >  at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   > >  at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
   > >  at 
org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
   > >  at scala.collection.immutable.List.foreach(List.scala:323)
   > >  at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   > >  at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
   > >  at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
   > >  at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
   > >  at org.scalatest.Suite.run(Suite.scala:1114)
   > >  at org.scalatest.Suite.run$(Suite.scala:1096)
   > >  at 
org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
   > >  at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
   > >  at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
   > >  at 
org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
   > >  at sbt.TestRunner.runTest$1(TestFramework.scala:153)
   > >  at sbt.TestRunner.run(TestFramework.scala:168)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
   > >  at 
sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   > >  at sbt.TestFunction.apply(TestFramework.scala:348)
   > >  at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
   > >  at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
   > >  at sbt.std.Transform$$anon$4.work(Transform.scala:69)
   > >  at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
   > >  at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
   > >  at sbt.Execute.work(Execute.scala:292)
   > >  at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
   > >  at 
sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
   > >  at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
   > >  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   > >  at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
   > >  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   > >  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   > >  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   > >  at java.base/java.lang.Thread.run(Thread.java:840)</code></pre>
   > 
   > </details>
   
   
   > <pre><code 
class="language-python">org.apache.texera.amber.compiler.WorkflowCompilerSpec::WorkflowCompiler
 should accumulate, not throw, when a scan source has no fileName</code></pre>
   > <details><summary>Stack Traces | 0.011s run time</summary>
   > 
   > > <pre><code 
class="language-python">org.scalatest.exceptions.TestFailedException: 
&quot;java.lang.RuntimeException: No file selected. Please select a file from 
the &#x27;File&#x27; dropdown in the right panel.&quot; did not contain 
&quot;no input file name&quot; unexpected message: java.lang.RuntimeException: 
No file selected. Please select a file from the &#x27;File&#x27; dropdown in 
the right panel.
   > >  at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   > >  at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
   > >  at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
   > >  at 
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
   > >  at 
org.apache.texera.amber.compiler.WorkflowCompilerSpec.$anonfun$new$4(WorkflowCompilerSpec.scala:213)
   > >  at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
   > >  at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
   > >  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
   > >  at org.scalatest.Transformer.apply(Transformer.scala:22)
   > >  at org.scalatest.Transformer.apply(Transformer.scala:20)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
   > >  at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
   > >  at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
   > >  at 
org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
   > >  at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
   > >  at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
   > >  at 
org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
   > >  at scala.collection.immutable.List.foreach(List.scala:323)
   > >  at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   > >  at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
   > >  at 
org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
   > >  at scala.collection.immutable.List.foreach(List.scala:323)
   > >  at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   > >  at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
   > >  at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
   > >  at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
   > >  at org.scalatest.Suite.run(Suite.scala:1114)
   > >  at org.scalatest.Suite.run$(Suite.scala:1096)
   > >  at 
org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
   > >  at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
   > >  at 
org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
   > >  at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
   > >  at 
org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
   > >  at 
org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
   > >  at sbt.TestRunner.runTest$1(TestFramework.scala:153)
   > >  at sbt.TestRunner.run(TestFramework.scala:168)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
   > >  at 
sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   > >  at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   > >  at sbt.TestFunction.apply(TestFramework.scala:348)
   > >  at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
   > >  at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
   > >  at sbt.std.Transform$$anon$4.work(Transform.scala:69)
   > >  at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
   > >  at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
   > >  at sbt.Execute.work(Execute.scala:292)
   > >  at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
   > >  at 
sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
   > >  at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
   > >  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   > >  at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
   > >  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   > >  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   > >  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   > >  at java.base/java.lang.Thread.run(Thread.java:840)</code></pre>
   > 
   > </details>
   
   </details>
   
   To view more test analytics, go to the [Test Analytics 
Dashboard](https://app.codecov.io/gh/apache/texera/tests/Yicong-Huang%3Abackport%2F6288-improve-static-error-msgs-to-be-user-fri-v1.2)
   <sub>📋 Got 3 mins? [Take this short 
survey](https://forms.gle/22i53Qa1CySZjA6c7) to help us improve Test 
Analytics.</sub>


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