Merge lp:~sergiusens/snappy/upload into lp:~snappy-dev/snappy/snappy-moved-to-github
| Status: | Merged |
|---|---|
| Approved by: | Sergio Schvezov on 2015-06-10 |
| Approved revision: | 410 |
| Merged at revision: | 501 |
| Proposed branch: | lp:~sergiusens/snappy/upload |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Prerequisite: | lp:~sergiusens/snappy/installYamlAndSideloading |
| Diff against target: |
192 lines (+116/-12) 4 files modified
cmd/snappy/cmd_update.go (+1/-11) snappy/install.go (+24/-0) snappy/install_test.go (+88/-0) snappy/systemimage.go (+3/-1) |
| To merge this branch: | bzr merge lp:~sergiusens/snappy/upload |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Sergio Schvezov | Approve on 2015-06-10 | ||
| Michael Vogt | 2015-06-09 | Approve on 2015-06-10 | |
|
Review via email:
|
|||
Commit Message
Factor out update from cmd
| Michael Vogt (mvo) wrote : | # |
| Sergio Schvezov (sergiusens) wrote : | # |
I did it
| Michael Vogt (mvo) wrote : | # |
Very impressive, thanks a bunch. We need the opposite of FIXME now so that we can re-use the fully mocked store to re-use it in other tests :-D
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~sergiusens/snappy/upload into lp:snappy failed. Below is the output from the failed tests.
Checking docs
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update code.google.
update github.
code.google.
update github.
github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
gopkg.in/yaml.v2 now at 49c95bdc2184325
Building
Running tests from /home/tarmac/
=== RUN Test
OK: 16 passed
--- PASS: Test (0.32 seconds)
PASS
coverage: 74.8% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.01 seconds)
PASS
coverage: 12.2% of statements
ok launchpad.
=== RUN Test
OK: 24 passed
--- PASS: Test (0.10 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 50 passed
--- PASS: Test (0.32 seconds)
PASS
coverage: 80.9% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 93.5% of statements
ok launchpad.
=== RUN Test
OK: 4 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 38 passed
--- PASS: Test (0.16 seconds)
PASS
coverage: 81.1% of statements
ok launchpad.
=== RUN Test
OK: 3 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 12 passed
--- PASS: Test (0.10 seconds)
PASS
coverage: 94.3% of statements
ok launchpad.
=== RUN Test
OK: 3 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 84.8% of statements
ok launchpad.
=== RUN Test
OK: 4 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 50.0% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.01 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.


Yay! I like that a lot! Some nit-picking inline, but really good stuff.