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 FtpRemoveSink should remove a file #991

Closed
2m opened this issue May 31, 2018 · 11 comments
Closed

Failed: FtpsStageSpec FtpRemoveSink should remove a file #991

2m opened this issue May 31, 2018 · 11 comments
Milestone

Comments

@2m
Copy link
Contributor

2m commented May 31, 2018

[info] FtpRemoveSink
[info] - should remove a file *** FAILED *** (612 milliseconds)
[info]   IOResult(1,Failure(javax.net.ssl.SSLException: bad record MAC)) was not equal to IOResult(1,Success(Done)) (CommonFtpStageSpec.scala:298)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
[info]   at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$6$$anonfun$apply$mcV$sp$19.apply(CommonFtpStageSpec.scala:298)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$6$$anonfun$apply$mcV$sp$19.apply(CommonFtpStageSpec.scala:290)
[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)

https://travis-ci.org/2m/alpakka/jobs/386054111

@2m 2m changed the title Failed FtpsStageSpec FtpRemoveSink should remove a file Failed: FtpsStageSpec FtpRemoveSink should remove a file May 31, 2018
@2m
Copy link
Contributor Author

2m commented Jun 18, 2018

There seems to be some spurious test failures in various specs caused by javax.net.ssl.SSLException: bad record MAC exception.

A recent one: https://travis-ci.org/akka/alpakka/jobs/393496260

@2m
Copy link
Contributor Author

2m commented Jun 26, 2018

@2m
Copy link
Contributor Author

2m commented Jul 12, 2018

@2m
Copy link
Contributor Author

2m commented Oct 9, 2018

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

[info] FtpMoveSink
[info] - should move a file *** FAILED *** (605 milliseconds)
[info]   IOResult(1,Failure(javax.net.ssl.SSLException: bad record MAC)) was not equal to IOResult(1,Success(Done)) (CommonFtpStageSpec.scala:310)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
[info]   at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$7$$anonfun$apply$mcV$sp$20.apply(CommonFtpStageSpec.scala:310)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec$$anonfun$7$$anonfun$apply$mcV$sp$20.apply(CommonFtpStageSpec.scala:301)

@2m
Copy link
Contributor Author

2m commented Oct 28, 2018

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

[info] - should move a file *** FAILED *** (606 milliseconds)
[info]   IOResult(1,Failure(javax.net.ssl.SSLException: bad record MAC)) was not equal to IOResult(1,Success(Done)) (CommonFtpStageSpec.scala:310)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
[info]   at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
[info]   at akka.stream.alpakka.ftp.CommonFtpStageSpec.$anonfun$$init$$35(CommonFtpStageSpec.scala:310)
[info]   at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[info]   at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
[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.withFixture(TestSuite.scala:196)
[info]   at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
[info]   at akka.stream.alpakka.ftp.FtpsStageSpec.withFixture(CommonFtpStageSpec.scala:24)

@2m
Copy link
Contributor Author

2m commented Jan 17, 2019

@2m
Copy link
Contributor Author

2m commented Feb 1, 2019

@gabfssilva
Copy link
Contributor

@2m
Copy link
Contributor Author

2m commented Feb 14, 2019

@tgambet
Copy link
Contributor

tgambet commented May 6, 2019

I believe this can be safely closed since #1668.

@ennru
Copy link
Member

ennru commented May 6, 2019

Thank you.
Expected to be solved with #1668.

@ennru ennru closed this as completed May 6, 2019
@ennru ennru added this to the 1.0.1 milestone May 15, 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

4 participants