/srv/irclogs.ubuntu.com/2020/11/26/#snappy.txt

mupPR snapd#9700 closed: client/snapctl, store: fix typos <Simple 😃> <Skip spread> <Created by anonymouse64> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9700>05:49
mupPR snapd#9670 closed: devicestate: make checkEncryption fde-setup hook aware <Skip spread> <Squash-merge> <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9670>05:54
zygagood morning07:58
pstolowskimorning08:01
zygagood morning pawel08:02
zygaI will do the changes to export manager after work today08:02
pstolowskihey zyga08:03
pedronis#9675 needs 2nd reviews08:39
mupPR #9675: bootloader/lkenv: add v2 struct + support using it <UC20> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/9675>08:39
pedronisit needs a tweak as well08:40
pedronisno, no tweaks08:42
mvopedronis: I started yesterday to look, will try to finish after the desktop meeting08:43
mupPR snapd#9697 closed: daemon: move general api to api_general*.go <Created by pedronis> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/9697>08:45
pedronismvo: pstolowski: thanks for the reviews ^08:48
pedronispstolowski: hi, when you have time #9526 needs a re-review08:58
mupPR #9526: snapshotstate: add cleanup of abandonded snapshot imports <Created by mvo5> <https://github.com/snapcore/snapd/pull/9526>08:58
pstolowskiok09:01
pstolowskimvo: tiny remark re tests in #9526 and +110:34
mupPR #9526: snapshotstate: add cleanup of abandonded snapshot imports <Created by mvo5> <https://github.com/snapcore/snapd/pull/9526>10:34
pstolowskii'm seeing google:ubuntu-20.04-64:tests/main/uc20-create-partitions* failures, i think that's the same pedronis mentioned yesterday10:36
pedronismvo: I did a pass on #969910:48
mupPR #9699: hookstate: implement snapctl fde-setup-{request,result} <UC20> <Created by mvo5> <https://github.com/snapcore/snapd/pull/9699>10:48
pedronismvo: I think it can maybe be simplified further10:48
mvopedronis: nice, thank you10:50
pedronismvo: pstolowski: the simplification I described yesterday for daemon request testing:  https://github.com/snapcore/snapd/pull/9703  (this one is small)11:03
mupPR #9703: daemon: simplify test helper Get|PostReq into Req <Created by pedronis> <https://github.com/snapcore/snapd/pull/9703>11:03
pstolowskithanks, will take a look shortly11:04
mvopedronis: nice, I have a look11:04
mupPR snapd#9703 opened: daemon: simplify test helpers Get|PostReq into Req <Created by pedronis> <https://github.com/snapcore/snapd/pull/9703>11:05
pstolowskipedronis: i wonder if "forget" should be passed via mode field in postData , or should be a separate flag on post data (mutually exclusive with mode if set)12:06
mupPR snapd#9703 closed: daemon: simplify test helpers Get|PostReq into Req <Skip spread> <Created by pedronis> <Merged by stolowski> <https://github.com/snapcore/snapd/pull/9703>12:16
mvopedronis, pstolowski thanks for the reviews in 9699, I addressed them12:16
pedronispstolowski: that's a valid point12:18
pstolowskipedronis: alternatively, rename mode to action in the requests12:18
pedronispstolowski: probably best is to have action=apply and mode and action=forget, and have an explict client.Forget... for forget?12:23
pedronisthat is probably more inline with how we do this for other entities12:23
pedronispstolowski: I answered your question as well12:28
pstolowskipedronis: thanks. yes i think this makes sense12:30
* pstolowski lunch12:39
mvopedronis: thanks for 9699 - updated it again13:43
mupPR snapd#9690 closed: tests: enable nested on 20.10 <Run nested> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9690>13:51
pedronismvo: #9526 can be merged now?14:27
mupPR #9526: snapshotstate: add cleanup of abandonded snapshot imports <Created by mvo5> <https://github.com/snapcore/snapd/pull/9526>14:27
mvopedronis: yeah, I can do the error format tests as a followup, I think that was the only piece I wanted to do still14:33
pedronisah, those14:35
mvosil2100: do you think we could promote snapcraft from focal-proposed to -updates? it has a fix for autopkgtests and cachio  just noticed that snapd tests fail because this was not done yet14:35
pedronismvo: I have a question in 969914:35
mvopedronis: sure, looking14:35
mvopedronis: no deep reason, are you suggesting to set it on context and then have a OnDone that sets it on the task? or that in the runner I should get it from the hook context instead of using the task for that?14:40
mvopedronis: but yeah, I can change it maybe that's easiest and then with the runner see how it all fits14:43
mvopedronis: actually I think I see what you mean now, let me try that14:43
* cachio lunch15:15
pedronismvo: btw, now that I think, you probably don't want a change if possible, a change means that if you crash,  the change will be there to be run again without any relation to the context that needed it, that is awkward15:51
mvopedronis: good point15:57
mupPR snapd#9704 opened: daemon: split out /v2/interfaces to api_interfaces_test.go <Skip spread> <Created by pedronis> <https://github.com/snapcore/snapd/pull/9704>16:27
mvopstolowski: I addressed your comments 969916:30
pstolowskimvo: ty16:31
pstolowskimvo: have you pushed?16:34
mvopstolowski: ups, sorry16:35
mvopstolowski: now I pushed16:36
pstolowskimvo: ty. btw can you use superpowers to merge #9678?16:36
mupPR #9678: wrappers, o/devicestate: remove EnableSnapServices <Run nested> <Services ⚙️> <Simple 😃> <Created by stolowski> <https://github.com/snapcore/snapd/pull/9678>16:36
mvopstolowski: sure16:37
pstolowski\o/16:38
pedronismvo: pstolowski: #9704 is the next refactoring bit16:40
mupPR #9704: daemon: split out /v2/interfaces to api_interfaces_test.go <Skip spread> <Created by pedronis> <https://github.com/snapcore/snapd/pull/9704>16:40
mupPR snapd#9678 closed: wrappers, o/devicestate: remove EnableSnapServices <Run nested> <Services ⚙️> <Simple 😃> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9678>16:42
mvopedronis: cool, thanks16:43
mvofwiw I expect to push a fix for the uc20-create-paritions-* failure shortly16:51
mupPR snapd#9699 closed: hookstate: implement snapctl fde-setup-{request,result} <Skip spread> <UC20> <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9699>18:02
mupPR snapd#9705 opened: devicestate: add runFDESetupHook() helper <Squash-merge> <Created by mvo5> <https://github.com/snapcore/snapd/pull/9705>18:07
mvopedronis: I pushed the runFDESetupHook code, I could not make it work without using a task but I am open for ideas and will sleep over it18:07
mupPR snapd#9706 opened: tests: fix uc20-create-parition-* tests for updated gadget <⚠ Critical> <Created by mvo5> <https://github.com/snapcore/snapd/pull/9706>18:17
pedronismvo: to do that we probably needa new exported helper from hookstate18:18
pedronisor the hook manager18:18
pedronismvo: I stil think that the change will be a nuisance/problematic conceptually for this situation18:19
pedronismvo: let's chat tomorrow morning18:24
mvopedronis: sure, let's chat tomorrow19:00
* cachio afk19:13
mupPR snapd#9704 closed: daemon: split out /v2/interfaces tests to api_interfaces_test.go <Skip spread> <Created by pedronis> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/9704>19:38

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