[14:36] smoser: can you take a look at my failing dmi / kenv test? [14:42] meena: link ? [15:18] smoser: https://github.com/canonical/cloud-init/pull/625 [15:18] wrong one, actually [15:19] but that one could use your approval now [15:20] smoser: this is the one with the failing test https://github.com/canonical/cloud-init/pull/621 [15:21] @smoser, but that one's far away from mergable, it also needs to touch ds-identify [17:01] meena: i dont know. i looked, dont' see anything obvious. that test class is interesting. [17:03] squash-and-merge is a royal pain. [17:03] way to many things for me to do right. [17:04] for instance, i went to squash #625 and failed. [17:04] meena: would you squash taht all ? and get the commit message that you want. so that it is easier. [17:04] and i have to run [17:12] smoser: ill squash 625 myself [17:13] as, for 621, we can ask our local testing guru, Odd_Bloke [17:48] https://github.com/canonical/cloud-init/pull/625 ← is rebased, squashed and i've updated the commit message, and would you look at that commit message?!! === ijohnson is now known as ijohnson|lunch [19:05] smoser: I've updated https://github.com/canonical/cloud-init/pull/642 to be 70 characters in the summary line. [19:19] there exist zero tests for cloudinit/config/cc_resizefs.py … just like for cc_growpart.py… [19:19] rick_h: ^ i'm not sure i want to be the first to start adding tests for these things, given that i'm only just learning how to do testing. [19:21] goodness grief! it's like… `gh pr status` is actually extremely useful! === ijohnson|lunch is now known as ijohnson [20:05] https://github.com/canonical/cloud-init/pull/636 ← updated this one to… be correcter… the original patch from FreeBSD's net/cloud-init maintainer wasn't actually correct… [21:21] okay, so, the reason why we have this big long function that checks if we need to resize a UFS partition is this error: [21:21] growfs: requested size 6.0GB is not larger than the current filesystem size 6.0GB [21:56] i have proposed a path forward, that removes a ton of code. [21:56] among other things, there's no longer an `import re`; and any day you can remove `import re` is a good day.