Github user ryan-williams commented on the pull request:
https://github.com/apache/spark/pull/4525#issuecomment-74156847
fwiw @marsishandsome I ran `FsHistoryProviderSuite` on this PR and got a
similar failure:
```
FsHistoryProviderSuite:
- Parse new and old application logs *** FAILED ***
ApplicationHistoryInfo(old1,old-app-complete,2,3,1423776491000,test,true)
was not equal to
ApplicationHistoryInfo(new1,new-app-complete,1,4,1423776491000,test,true)
(FsHistoryProviderSuite.scala:97)
```
The failure you referenced above was:
```
[info] - Parse new and old application logs *** FAILED *** (32 milliseconds)
[info]
ApplicationHistoryInfo(old2,old-app-incomplete,2,-1,1423744927000,test,false)
was not equal to
ApplicationHistoryInfo(old1,old-app-complete,2,3,1423744927000,test,true)
(FsHistoryProviderSuite.scala:99)
[info] org.scalatest.exceptions.TestFailedException:
[info] at
org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
[info] at
org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6231)
[info] at
org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6265)
[info] at
org.apache.spark.deploy.history.FsHistoryProviderSuite$$anonfun$3.apply$mcV$sp(FsHistoryProviderSuite.scala:99)
[info] at
org.apache.spark.deploy.history.FsHistoryProviderSuite$$anonfun$3.apply(FsHistoryProviderSuite.scala:48)
[info] at
org.apache.spark.deploy.history.FsHistoryProviderSuite$$anonfun$3.apply(FsHistoryProviderSuite.scala:48)
[info] at
org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
[info] at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
[info] at org.scalatest.Transformer.apply(Transformer.scala:20)
[info] at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)
[info] at org.scalatest.Suite$class.withFixture(Suite.scala:1122)
[info] at org.scalatest.FunSuite.withFixture(FunSuite.scala:1555)
[info] at
org.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:163)
[info] at
org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)
[info] at
org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scaAttempting
to post to Github...
```
Could the applications be getting read in a nondeterministic order somehow?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]