Re: Help needed for test suite of asql
Roland Rosenfeld <[email protected]> Tue, 31 Dec 2024 13:01:32 +0100
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
Hi Andreas! On Tue, 31 Dec 2024, Andreas Tille wrote: > I've picked asql from the candidates for the Bug of the Day. After > switching d/rules to short dh the build time test suite was executed but > unfortunately it failed[1] with: > > Test Summary Report > ------------------- > t/modules.t (Wstat: 512 (exited 2) Tests: 18 Failed: 2) > Failed tests: 1, 10 > Non-zero exit status: 2 > t/perl-syntax.t (Wstat: 256 (exited 1) Tests: 6 Failed: 1) > Failed test: 5 > Non-zero exit status: 1 > Files=4, Tests=31, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.60 cusr 0.13 csys = 0.77 CPU) > Result: FAIL In my cowbuilder it fails to build because DBI is not available. Adding libdbi-perl to build-dependencies solves the issue. Additionally I added some other minor changes to make testing more useful. Since I cannot push to salvage-team, I created a merge request: https://salsa.debian.org/salvage-team/asql/-/merge_requests/1 Greetings Roland