Merge lp:~chipaca/snappy/fix-1461262 into lp:~snappy-dev/snappy/15.04-deprecated
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | John Lenton on 2015-07-06 | ||||
| Approved revision: | 454 | ||||
| Merged at revision: | 454 | ||||
| Proposed branch: | lp:~chipaca/snappy/fix-1461262 | ||||
| Merge into: | lp:~snappy-dev/snappy/15.04-deprecated | ||||
| Diff against target: |
268 lines (+164/-22) 6 files modified
gen-coverage.sh (+2/-0) oauth/oauth.go (+80/-0) oauth/oauth_test.go (+69/-0) snappy/auth.go (+2/-19) snappy/auth_test.go (+9/-2) snappy/snapp.go (+2/-1) |
||||
| To merge this branch: | bzr merge lp:~chipaca/snappy/fix-1461262 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ricardo Salveti (community) | 2015-07-06 | Approve on 2015-07-06 | |
|
Review via email:
|
|||
Commit Message
Cherry picked r493 to fix oauth quoting. Fixes LP:1461262.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~chipaca/snappy/fix-1461262 into lp:snappy/15.04 failed. Below is the output from the failed tests.
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 github.
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
github.
update launchpad.
gopkg.in/yaml.v2 now at 49c95bdc2184325
launchpad.
Building
Running tests from /home/tarmac/
=== RUN Test
OK: 10 passed
--- PASS: Test (0.42 seconds)
PASS
coverage: 79.9% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.07 seconds)
PASS
coverage: 12.7% of statements
ok launchpad.
=== RUN Test
OK: 24 passed
--- PASS: Test (0.12 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 33 passed
--- PASS: Test (1.42 seconds)
PASS
coverage: 74.0% of statements
ok launchpad.
=== RUN Test
OK: 7 passed
--- PASS: Test (0.04 seconds)
PASS
coverage: 92.5% of statements
ok launchpad.
=== RUN Test
OK: 38 passed
--- PASS: Test (0.23 seconds)
PASS
coverage: 82.2% of statements
ok launchpad.
=== RUN Test
OK: 12 passed
--- PASS: Test (0.08 seconds)
PASS
coverage: 87.8% 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.01 seconds)
PASS
coverage: 50.0% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
2015-07-06 18:33:22 ERROR snappy logger.go:199 hello-app.potato failed to install: a package by that name is already ...
- 454. By John Lenton on 2015-07-06
-
15.04 still on gocheck


Looks good, seems a simple cherry-pick.