summaryrefslogtreecommitdiffstats
path: root/t/superuser--http.t
Commit message (Collapse)AuthorAgeFilesLines
* Adding modeline to standardize indentationMaat2021-03-271-0/+1
|
* describe more tests to help pinpoint regressionsThierry Vignaud2020-04-281-4/+4
|
* check that web server has actually startedThierry Vignaud2020-04-281-0/+2
| | | | reports its error messages if any
* cpan_testers: workaround disabled nobody accountThierry Vignaud2020-04-091-1/+1
| | | | | On CentOS7, the error message is: 'This account is currently not available.'
* fix testsuite errors on CentOs (NVR vs NVRA)Thierry Vignaud2020-01-171-2/+2
| | | | | | where rpmquery default to outputing NVRA (vs NVR on Mageia) reuse check_installed_fullnames() where needed instead of introducing %{NVR}
* skip tests if we have no supported downloaderThierry Vignaud2020-01-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as seen in CPAN reports: <<< ...retrieving failed: no webfetch found, supported webfetch are: curl, wget, prozilla, aria2 no metadata found for medium "various" >>> Whic results in: <<< Test Summary Report ------------------- t/superuser--http.t (Wstat: 2560 Tests: 11 Failed: 10) Failed tests: 2-11 Non-zero exit status: 10 Files=40, Tests=3775, 953 wallclock secs ( 1.19 usr 0.08 sys + 309.33 cusr 52.13 csys = 362.73 CPU) Result: FAIL Failed 1/40 test programs. 10/3775 subtests failed. make: *** [Makefile:1155: test_dynamic] Error 255 (/usr/bin/make test exited with 512) CPAN::Reporter: Test result is 'fail', One or more tests failed. >>> And indeed: $ rpm -q curl wget prozilla aria2 package curl is not installed package wget is not installed package prozilla is not installed package aria2 is not installed Should have been done in commit 360f05b8db2029cb62c11f7eddb7fb57f3b774f1
* (test_exotic_medium_name) skip test when building as root in /rootThierry Vignaud2012-06-081-0/+5
| | | | | | | | | else File::Path::mkpath() in urpm::create_var_lib_rpm() tries to create directories in /root/rpmbuild/urpmi*/t/root (but as nobody), thus it stat every directory in $PWD, which fails (due to permissions!) then try to create them which fails (due to directory already existing) another solution would be to use a mkstemp()ed directory in TMPDIR...
* test urpmq/urpmf correctly use info.xml.lzma with exotic medium namePascal Rigaux2008-01-161-1/+37
|
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-0/+20