Re: [Pharo-users] ZnHTTPSTests>>#testTransfers fails

2015-01-07 Thread Mark Rizun
Good to know, thanks. 2015-01-07 19:54 GMT+02:00 Sven Van Caekenberghe : > 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

Re: [Pharo-users] ZnHTTPSTests>>#testTransfers fails

2015-01-07 Thread Sven Van Caekenberghe
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

Re: [Pharo-users] ZnHTTPSTests>>#testTransfers fails

2015-01-07 Thread Mark Rizun
The links for issue: https://pharo.fogbugz.com/f/cases/14254/AST-method-replaceWith-does-not-change-source-interval and report: https://ci.inria.fr/pharo/job/Pharo-4.0-Issue-Validator/21421//artifact/validationReport.html 2015-01-07 19:10 GMT+02:00 Mark Rizun : > Hi, > > In case 14254 validation

[Pharo-users] ZnHTTPSTests>>#testTransfers fails

2015-01-07 Thread 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 -- View this me