Comment 10 for bug 1579135

Revision history for this message
Jamie Strandboge (jdstrand) wrote : Re: kernel BUG on snap disconnect from within a snap

@Paul, I tried to test this in a snappy VM with:
$ snappy-tests -check.f homeInterfaceSuite
Bad system call

----------------------------------------------------------------------
FAIL: <autogenerated>:46: homeInterfaceSuite.SetUpSuite

/home/plars/work/snappy/snappy-tests/parts/snappy-tests/go/src/github.com/ubuntu-core/snappy/integration-tests/testutils/common/common.go:65:
    ...open /home/plars/work/snappy/snappy-tests/parts/snappy-tests/go/src/github.com/ubuntu-core/snappy/integration-tests/testutils/common/common.go: no such file or directory
... value *os.PathError = &os.PathError{Op:"open", Path:"integration-tests/data/output/testconfig.json", Err:0x2} ("open integration-tests/data/output/testconfig.json: no such file or directory")
... Error reading config: open integration-tests/data/output/testconfig.json: no such file or directory

OOPS: 0 passed, 1 FAILED, 7 MISSED
--- FAIL: Test (0.01s)
FAIL

Let me try to checkout the branch in a desktop VM to reproduce.