=== almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan [20:40] StevenK: reckon we could use https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/807351/+attachment/2196930/+files/lxc-start-aufs on hudson ? [20:40] <_mup_> Bug #807351: it would be cool to be able to clone an lxc container onto aufs for test runs - ephemeral containers < https://launchpad.net/bugs/807351 > [20:40] StevenK: for the parallel test job [20:48] time for testrepository features I think [21:02] ugh, faceplant [21:02] ok, time to fix bin/test [22:02] lifeless: Oh? What's borked about it? [22:07] --list [22:07] Ah, yes. [22:07] a) it includes non test ids in its output [22:08] And it includes the prefixes. [22:08] b) it does daftness when --subunit is passed [22:08] wgrant: https://bugs.launchpad.net/launchpad/+bug/808513 https://dev.launchpad.net/ParallelTests#preview [22:08] <_mup_> Bug #808513: testkeyserver uses fixed path < https://launchpad.net/bugs/808513 > [22:08] I quickly worked around it with: [22:08] +test_id_option=--subunit --load-list $IDFILE [22:08] +test_list_option=--list [22:09] Not perfect, but it got me somewhere. [22:09] yeah [22:09] that brakes with 'testr -- -t stories/gpg' [22:09] Yeah === al-maisan is now known as almaisan-away [22:11] (aufs does normally permit rm, but the kernel's new hardlink security pedantry somewhat breaks it. sysctl -w kernel.yama.protected_nonaccess_hardlinks=0 might help. [22:11] also have you seen the sudo glitch I mention in #tech ? [22:24] lifeless: (catching up on email, your JS concerns are pretty much correct) [22:26] thanks [22:51] wgrant: ah, I see why you were talking about /tmp - its how the load-list was being passed around [22:53] lifeless: Yes. [22:53] whats the env variable to export? [22:53] lifeless: So I bindmount /tmp/testr now and then TEMP=/tmp/testr testr run --parallel [22:54] lets put TEMP in ./temp [22:54] If you bindmount ~, sure :) [22:54] I didn't. [22:54] we need the sourcecode bind mounted minimally ;) [22:55] Well, I ran with an entirely separate tree.