/srv/irclogs.ubuntu.com/2019/07/24/#juju.txt

hpidcockkelvinliu: babbageclunk: https://github.com/juju/juju/pull/10446 I think it's finally ready for review.03:54
hpidcockended up trimming a lot that I was doing out that was not needed.03:55
timClicks_90% sure that I've re-enabled resource constraints (root-risk, num cpus) on vsphere03:56
=== timClicks_ is now known as timClicks
babbageclunkhpidcock: I've got a call at 4 but I'll look after that03:56
hpidcockno rush :)03:57
kelvinliuhpidcock: yep looking04:01
timClicksbabbageclunk: hey we have dozens of models on vsphere/braixen - should I clean them up?04:45
babbageclunktimClicks: can you see who created them in the UI?04:46
babbageclunkdefinitely clean them up unless they were created by k8s-test04:46
timClicksno I don't think it's possible to see the creator04:47
timClicksperhaps I'll try to find the age04:47
timClicksI think that we have a CI job that's not cleaning up after itself04:47
babbageclunkthat's really weird - there's no concept of an owner?04:47
babbageclunkno, think it's just accretion of testing04:47
babbageclunk(rather than anything automated)04:48
timClicksthere probably is, but I can't find it04:49
timClicksI'll delete anything that's older than 3 months04:50
babbageclunkI couldn't find it either - I think that's very likely fine04:53
stickupkidjam, https://github.com/juju/juju/pull/10453#discussion_r306690098 responded08:36
jamstickupkid: works for me08:37
jammanadart: fwiw, I talked with tim a bit today about the issues with the cache, I don't think he realized the extent of coherency issues. We'll likely talk the most next week08:41
manadartjam: Yep, just had 1:1 with him.08:41
jamgotcha08:42
achilleasaCan I get a CR on https://github.com/juju/juju/pull/10460? It is changing stuff in the deploy code so please take your time and try to break it ;-)09:14
achilleasaalso, I seem to be getting lots of intermittent test failures (unrelated tests)...09:25
stickupkidturns out pylibjuju doesn't remove the sodding LXD profile when it's done with it's tests and I've ended up with 1000 profiles :|10:05
achilleasastickupkid: try this: lxc profile list | grep juju | cut -d' ' -f2 | xargs -L 1 lxc profile delete10:16
stickupkidachilleasa, yeah did that :D10:17
stickupkidachilleasa, i need to fix pylibjuju tbh :D10:17
stickupkidadd another task to my never ending list10:17
stickupkidwhy pylibjuju goes mental and creates lots of models10:57
stickupkid"juju models --format=json | jq '.models | .[] | .name' | xargs -I % echo % | grep -v -E "controller|default" | xargs -I % juju destroy-model -y --force %"10:57
stickupkidembedded stucts don't work in python :|11:35
stickupkidgr8 the schema gen has a bug where it doesn't get all params/methods from structs that have embedded values in them11:51
stickupkidsigh11:51
manadartstickupkid: You can't just nest dicts?12:02
manadartNeed a review - just dead code removal: https://github.com/juju/juju/pull/1046212:03
stickupkidmanadart, turns out it got dumped into kwargs, even though it should be mapped to the field in the object in python12:04
stickupkidmanadart, that was rather painful to work out12:04
stickupkidmanadart, in otherwords the typed objects just don't work with nested objects12:04
hmlmanadart: approved12:25
manadarthml: Ta.12:26
achilleasacan someone please verify for me if running the following command in 'juju/apiserver' on the 2.6 branch fails? go test -check.v -check.f TestToolsUploadedSecurely12:28
manadartachilleasa: Pass here.12:31
achilleasamanadart: this is what I get: https://pastebin.canonical.com/p/DmJWcFzjP2/ (with go 1.12.6)12:32
achilleasaactually there are lots of tests in that package that fail with the same error...12:33
achilleasaHEAD is ebae7c6df409ff82ccdcf385ac91ca4334df110612:33
manadartOn the current HEAD (58d60964ab) I got 1 failure for model not found in cache (intermittent). 1.12.5.12:36
hmlmanadart:  with rebased to develop, it became too easy to resolve the todos in the pr,  https://github.com/juju/juju/pull/10443  .  could you pls take a quick look at the last commit for sanity check.12:38
achilleasaI got the error on CI for my PR but it seems unrelated so I also tried against 2.6 and still get it... odd12:38
achilleasamanadart: did you make dep before running the test?12:39
manadartachilleasa: Yes.12:39
hmlachilleasa: that bug was a pita yesterday trying to merge12:39
manadarthml: Stand by.12:39
hmlachilleasa: interesting, it’s passing for me with 1.12.712:44
achilleasarunning on my laptop now to double-check12:44
achilleasaok, so it passes on my laptop... weird...12:50
manadarthml: Left one comment.12:53
hmlmanadart: rgr12:53
hmlmanadart:  ping15:31
manadarthml: pong15:31
hmlmanadart:  have time for a quick ho?  on spacename vs spaceid in subnets?15:32
manadarthml: Yep.15:32
stickupkidi'm going to spend tomorrow breaking my CMR PR into smaller ones, so they're easier to land16:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!