Thread: dbt2-pgsql on OSDL
Mark, I've tried to run some performance tests on your Scalable Test Platform but the tests failed at the build step. I guess the problem is near line 282 of http://khack.osdl.org/stp/294734/logs/run-log.txt | + wget -nv -t 0 --waitretry=60 -r http://stp/data/dbt-2/postgresql-7.4.tar.gz | 09:45:01 URL:http://stp/data/dbt-2/postgresql-7.4.tar.gz [12311256/12311256] -> "stp/data/dbt-2/postgresql-7.4.tar.gz"[1] | | FINISHED --09:45:01-- | Downloaded: 12,311,256 bytes in 1 files | + tar zxf postgresql-7.4.tar.gz | tar (child): postgresql-7.4.tar.gz: Cannot open: No such file or directory | tar (child): Error is not recoverable: exiting now | tar: Child returned status 2 | tar: Error exit delayed from previous errors Obviously wget -r downloads into a newly created subdirectory structure. http://khack.osdl.org/stp/294335/logs/run-log.txt which belongs to a successful test run has | + wget -nv -t 0 --waitretry=60 -nc http://stp/data/dbt-2/postgresql-7.4.tar.gz | 21:00:55 URL:http://stp/data/dbt-2/postgresql-7.4.tar.gz [12311256/12311256] -> "postgresql-7.4.tar.gz" [1] ServusManfred
Hi Manfred, Oopsies, fixed that. I've removed the -r flag. Thanks for catching that. Mark On 6 Jul, Manfred Koizar wrote: > Mark, > > I've tried to run some performance tests on your Scalable Test Platform > but the tests failed at the build step. > > I guess the problem is near line 282 of > http://khack.osdl.org/stp/294734/logs/run-log.txt > > | + wget -nv -t 0 --waitretry=60 -r http://stp/data/dbt-2/postgresql-7.4.tar.gz > | 09:45:01 URL:http://stp/data/dbt-2/postgresql-7.4.tar.gz [12311256/12311256] -> "stp/data/dbt-2/postgresql-7.4.tar.gz"[1] > | > | FINISHED --09:45:01-- > | Downloaded: 12,311,256 bytes in 1 files > | + tar zxf postgresql-7.4.tar.gz > | tar (child): postgresql-7.4.tar.gz: Cannot open: No such file or directory > | tar (child): Error is not recoverable: exiting now > | tar: Child returned status 2 > | tar: Error exit delayed from previous errors > > Obviously wget -r downloads into a newly created subdirectory structure. > http://khack.osdl.org/stp/294335/logs/run-log.txt which belongs to a > successful test run has > | + wget -nv -t 0 --waitretry=60 -nc http://stp/data/dbt-2/postgresql-7.4.tar.gz > | 21:00:55 URL:http://stp/data/dbt-2/postgresql-7.4.tar.gz [12311256/12311256] -> "postgresql-7.4.tar.gz" [1] > > Servus > Manfred