kumquat-buildroot/support/testing/tests
Romain Naour 8937cd065c support/testing: TestPerlDBDmysql: use ext2 instead of cpio
The CPIO filesystem generated by TestPerlDBDmysql is too large, and
doesn't fit as an initramfs in the 256MB of RAM available in the
versatilepb machine. This causes a failure while running a basic
test "perl -MDBI -e '1'" since "/usr/lib/perl5", and many files
being missing from the root filesystem, ultimately causing the test
to fail.

Can't locate DBI.pm in @INC (you may need to install the DBI module)
(@INC entries checked: /usr/lib/perl5/site_perl/5.38.2/arm-linux
/usr/lib/perl5/site_perl/5.38.2 /usr/lib/perl5/5.38.2/arm-linux
/usr/lib/perl5/5.38.2).

It would make sense to switch all test cases to use ext2 + a
hard-drive, but for now, let's fix the few test cases that are causing
problems.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6735654506

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-05-06 22:16:02 +02:00
..
boot support/testing: TestATFAllwinner: add missing openssl dependency 2024-04-30 22:50:09 +02:00
core support/testing: TestFileCapabilities: update kernel to 4.19.310 2024-04-10 23:46:39 +02:00
download
fs support/testing/tests/fs/test_f2fs.py: bump test k to 6.6.27 2024-05-01 23:32:15 +02:00
init support/testing: InitSystemSystemdBaseOverlayfs: bump kernel to 5.10.202 2023-12-09 21:35:32 +01:00
package support/testing: TestPerlDBDmysql: use ext2 instead of cpio 2024-05-06 22:16:02 +02:00
toolchain toolchain/toolchain-external/toolchain-external-bootlin: bump to 2024.02 2024-04-07 17:28:56 +02:00
utils support/testing: regenerate .checkpackageignore used in TestCheckPackage 2024-04-11 06:23:22 +02:00
__init__.py