All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Testing improvements
@ 2020-12-19 10:14 Glenn Washburn
  2020-12-19 10:14 ` [PATCH 1/5] tests: Exit with skipped exit code when test not performed Glenn Washburn
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Glenn Washburn @ 2020-12-19 10:14 UTC (permalink / raw)
  To: grub-devel; +Cc: Daniel Kiper, Glenn Washburn

I've been working on getting continuous integration working in gitlab where
testing is being done in an Ubuntu image. This patch series improves various
tests. I've ordered the patches starting with the least controversial patches.
The last two patches I suspect may have some deserve some attention.

Patch 4 allows the partmap_test to pass. I'm not sure why the number of the
device has changed from the setup this test was previously working on. I
suspect it could be either because I'm using a newer qemu or because I'm using
a new firmware/bios.

Patch 5 disables functional tests that have been failing for a long time, by
commenting them out. When someone gets around to fixing them, they can be
uncommented. But as it is, they've been failing for some time and people ignore
those failures. This isn't so nice with a continuous integration system that
largely expects tests to be passing, so it can detect when there are new
failures.

Glenn

Glenn Washburn (5):
  tests: Exit with skipped exit code when test not performed
  tests: Make sure LANG is set properly for iso9660_test
  tests: Make setup errors in grub-fs-tester hard errors
  tests: Fix partmap_test for arm*-efi, disk numbering has changed
  tests: Comment failing functional tests until we can get them working
    again

 grub-core/tests/lib/functional_test.c |  6 +++---
 tests/core_compress_test.in           |  2 +-
 tests/iso9660_test.in                 |  6 ++++++
 tests/partmap_test.in                 |  2 +-
 tests/pseries_test.in                 |  2 +-
 tests/util/grub-fs-tester.in          | 11 ++++++-----
 6 files changed, 18 insertions(+), 11 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-19 10:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-19 10:14 [PATCH 0/5] Testing improvements Glenn Washburn
2020-12-19 10:14 ` [PATCH 1/5] tests: Exit with skipped exit code when test not performed Glenn Washburn
2020-12-19 10:14 ` [PATCH 2/5] tests: Make sure LANG is set properly for iso9660_test Glenn Washburn
2020-12-19 10:14 ` [PATCH 3/5] tests: Make setup errors in grub-fs-tester hard errors Glenn Washburn
2020-12-19 10:14 ` [PATCH 4/5] tests: Fix partmap_test for arm*-efi, disk numbering has changed Glenn Washburn
2020-12-19 10:14 ` [PATCH 5/5] tests: Comment failing functional tests until we can get them working again Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.