I like this peaking pattern, particularly since it stopped. Looping test case, repeated twice maybe?
Then, closer scrutiny shows the major test sections as cron restarts them daily. Faster systems I'd schedule more per day. This might squeak in 2 a day on the Pi 0. Maybe.

The upgrade process from 11.0 RC2 to RC3 was more complicated on the Pi 0W than on the 3 or 4, where the kernel resides in the root directory and can be replaced during sysupgrade or another method. For the 0w, the kernel and supporting files are in a boot filesystem and aren't replaced by the upgrade. I have used different ways to put the newer files into place; this time I installed a fresh image to another SD card, then carted over the necessary files under /boot.
total 19320
-rwxr-xr-x 1 root wheel 1594 Apr 4 10:08 LICENCE.broadcom
drwxr-xr-x 1 root wheel 1024 Mar 10 15:48 System Volume Information
-rwxr-xr-x 1 root wheel 52476 Apr 4 10:08 bootcode.bin
-rwxr-xr-x 1 root wheel 115 Apr 4 10:08 cmdline.txt
-rwxr-xr-x 1 root wheel 382 Apr 4 10:08 config.txt
drwxr-xr-x 1 root wheel 2048 Mar 4 21:02 dtb
-rwxr-xr-x 1 root wheel 7269 Apr 4 10:08 fixup.dat
-rwxr-xr-x 1 root wheel 3180 Apr 4 10:08 fixup_cd.dat
-rwxr-xr-x 1 root wheel 8055184 Apr 4 10:08 kernel.img
-rwxr-xr-x 1 root wheel 7865424 Apr 4 10:08 kernel7.img
-rwxr-xr-x 1 root wheel 2979264 Apr 4 10:08 start.elf
-rwxr-xr-x 1 root wheel 808060 Apr 4 10:08 start_cd.elf
I could have "cherry picked" which dtb driver files to replace, but chose the slower copy-them-all. In prior upgrades, space was at a premium on the boot device. This iteration is not tight.
$ df /boot
/dev/ld0e 81269 19655 61614 25% /boot
As I half-expected issues, I went ahead with the install without the 2 distribution sets. Eventually the test suite results flagged the glitch.
Failed test cases:
dev/audio/t_audio:AUDIO_SETINFO_pause_WRONLY_2, dev/audio/t_audio:open_audioctl_RDWR, lib/libutil/t_snprintb:snprintb, net/carp/t_basic:carp_handover_ipv6_halt_nocarpdevip, net/if_wg/t_misc:wg_rekey, net/npf/t_npf:npf_guid, usr.bin/mtree/t_sets:set_base, usr.bin/mtree/t_sets:set_xbase, fs/vfs/t_renamerace:ext2fs_renamerace_cycle
passed to the command or, if none, from the value of the SETS
configuration variable.
After effects (success in reinstalling missing sets):
Failed test cases:
net/carp/t_basic:carp_handover_ipv6_halt_nocarpdevip, net/carp/t_basic:carp_handover_ipv6_ifdown_nocarpdevip, net/if_wg/t_misc:wg_rekey, net/npf/t_npf:npf_guid, crypto/opencrypto/t_opencrypto:ioctl
I should summarize the test suite results across the several machine types I've installed 11.0 RC3 on, and analyze for frequency given many tests do not pass or fail 100% of the time. I had coined the term Heisenbergars for those maybe maybe not cases.
No comments:
Post a Comment