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.
The links for issue: https://pharo.fogbugz.com/f/cases/14254/AST-method-replaceWith-does-not-chan... and report: https://ci.inria.fr/pharo/job/Pharo-4.0-Issue-Validator/21421//artifact/vali... 2015-01-07 19:10 GMT+02:00 Mark Rizun <mrizun@gmail.com>:
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.
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 <mrizun@gmail.com> 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.
Good to know, thanks. 2015-01-07 19:54 GMT+02:00 Sven Van Caekenberghe <sven@stfx.eu>:
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 <mrizun@gmail.com> 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.
participants (2)
-
Mark Rizun -
Sven Van Caekenberghe