ZnHTTPSTests>>#testTransfers fails

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

ZnHTTPSTests>>#testTransfers fails

Mark Rizun
Hi,

In case 14254 validation report says that ZnHTTPSTests>>#testTransfers fails.
However when I merged slice and tested it, the test was green.
Can I somehow solve this, or maybe it's something with system?
Btw, just interesting, what this test is responsible for?

Thanks,
Mark
Reply | Threaded
Open this post in threaded view
|

Re: ZnHTTPSTests>>#testTransfers fails

Mark Rizun

2015-01-07 19:10 GMT+02:00 Mark Rizun <[hidden email]>:
Hi,

In case 14254 validation report says that ZnHTTPSTests>>#testTransfers
fails.
However when I merged slice and tested it, the test was green.
Can I somehow solve this, or maybe it's something with system?
Btw, just interesting, what this test is responsible for?

Thanks,
Mark



--
View this message in context: http://forum.world.st/ZnHTTPSTests-testTransfers-fails-tp4798216.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: ZnHTTPSTests>>#testTransfers fails

Sven Van Caekenberghe-2
In reply to this post by Mark Rizun
Hi Mark,

It is a torture test, downloading differently sized files from a know source, stressing the handling of multiple buffers/chunks internally in the HTTPS streams.

Tests like these sometimes fail because of networking problems in the VMs running the CI machinery. 99.99% of the time this resolves on the next run.

Sven

> On 07 Jan 2015, at 18:10, Mark Rizun <[hidden email]> wrote:
>
> Hi,
>
> In case 14254 validation report says that ZnHTTPSTests>>#testTransfers
> fails.
> However when I merged slice and tested it, the test was green.
> Can I somehow solve this, or maybe it's something with system?
> Btw, just interesting, what this test is responsible for?
>
> Thanks,
> Mark
>
>
>
> --
> View this message in context: http://forum.world.st/ZnHTTPSTests-testTransfers-fails-tp4798216.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: ZnHTTPSTests>>#testTransfers fails

Mark Rizun
Good to know, thanks.

2015-01-07 19:54 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:
Hi Mark,

It is a torture test, downloading differently sized files from a know source, stressing the handling of multiple buffers/chunks internally in the HTTPS streams.

Tests like these sometimes fail because of networking problems in the VMs running the CI machinery. 99.99% of the time this resolves on the next run.

Sven

> On 07 Jan 2015, at 18:10, Mark Rizun <[hidden email]> wrote:
>
> Hi,
>
> In case 14254 validation report says that ZnHTTPSTests>>#testTransfers
> fails.
> However when I merged slice and tested it, the test was green.
> Can I somehow solve this, or maybe it's something with system?
> Btw, just interesting, what this test is responsible for?
>
> Thanks,
> Mark
>
>
>
> --
> View this message in context: http://forum.world.st/ZnHTTPSTests-testTransfers-fails-tp4798216.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>