Project

General

Profile

action #94997

Updated by dancermak almost 3 years ago

## Observation 

 I have started running kiwi image tests on o3 and started to run into issues with `HDD_1_DECOMPRESS_URL`: when this variable is set, then the test will never succeed, because one of the following cases happens: 

 
 1. The download just fails, see: https://openqa.opensuse.org/tests/1814637 or https://openqa.opensuse.org/tests/1814639 
 2. The download "succeeds", but the resulting disk image is a zero byte fail and openQA can not boot from that. See for instance: https://openqa.opensuse.org/tests/1814632, https://openqa.opensuse.org/tests/1814631, https://openqa.opensuse.org/tests/1814633, https://openqa.opensuse.org/tests/1814634 

 This must be related to some settings on o3, because this works perfectly on my local machine. 

 ## Steps to reproduce 
 * create a new job and set `HDD_1_DECOMPRESS_URL=http://download.opensuse.org/repositories/Virtualization:/Appliances:/Images:/Testing_x86:/tumbleweed/images/kiwi-test-image-luks.x86_64.raw.xz` 
 * watch it fail to download the image 

 ## Problem 
 absolutely no clue, it works on my local openQA instance 

 ## Suggestion 
 maybe the background downloader is overloaded? 

 ## Workaround 
 none that I know off

Back