Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed: FtpsStageSpec FtpBrowserSource & FtpIOSource should work together retrieving a list of files #1047

Closed
2m opened this issue Jun 26, 2018 · 3 comments
Milestone

Comments

@2m
Copy link
Member

2m commented Jun 26, 2018

[info] - should work together retrieving a list of files *** FAILED *** (30 seconds, 16 milliseconds)
[info]   java.lang.AssertionError: assertion failed: timeout (30 seconds) during expectMsgClass waiting for class akka.stream.testkit.TestSubscriber$OnNext
[info]   at scala.Predef$.assert(Predef.scala:170)
[info]   at akka.testkit.TestKitBase$class.expectMsgClass_internal(TestKit.scala:509)
[info]   at akka.testkit.TestKitBase$class.expectMsgType(TestKit.scala:482)
[info]   at akka.testkit.TestKit.expectMsgType(TestKit.scala:896)
[info]   at akka.stream.testkit.TestSubscriber$ManualProbe.expectNextN(StreamTestKit.scala:374)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$3$$anonfun$apply$mcV$sp$12.apply(CommonFtpStageSpec.scala:183)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$3$$anonfun$apply$mcV$sp$12.apply(CommonFtpStageSpec.scala:175)
[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.WordSpecLike$$anon$1.apply(WordSpecLike.scala:1078)
[info]   at org.scalatest.TestSuite$class.withFixture(TestSuite.scala:196)
[info]   at akka.stream.alpakka.ftp.FtpsStageSpec.withFixture(CommonFtpStageSpec.scala:23)
[info]   at org.scalatest.WordSpecLike$class.invokeWithFixture$1(WordSpecLike.scala:1075)
[info]   at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:1088)
[info]   at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:1088)
[info]   at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
[info]   at org.scalatest.WordSpecLike$class.runTest(WordSpecLike.scala:1088)
[info]   at akka.stream.alpakka.ftp.FtpsStageSpec.org$scalatest$BeforeAndAfter$$super$runTest(CommonFtpStageSpec.scala:23)
[info]   at org.scalatest.BeforeAndAfter$class.runTest(BeforeAndAfter.scala:203)
...

https://travis-ci.org/akka/alpakka/jobs/395939707

@ennru
Copy link
Member

ennru commented Jan 14, 2019

A newer such failure
https://travis-ci.org/akka/alpakka/jobs/478369681#L944

@tgambet
Copy link
Contributor

tgambet commented May 6, 2019

I suspect that FtpsStageSpec failing is probably due to an SSLException being thrown in the stream. This should not arise anymore (#1668).

@2m
Copy link
Member Author

2m commented May 7, 2019

Fixed in #1668

@2m 2m closed this as completed May 7, 2019
@2m 2m added this to the 1.0.1 milestone May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants