Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(520)

Unified Diff: worker/uniter/context.go

Issue 7950043: uniter: fix flaky tests, poor isolation
Patch Set: uniter: fix flaky tests, poor isolation Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | worker/uniter/jujuc/server.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/uniter/context.go
=== modified file 'worker/uniter/context.go'
--- worker/uniter/context.go 2013-03-19 01:22:15 +0000
+++ worker/uniter/context.go 2013-03-21 17:02:51 +0000
@@ -149,7 +149,8 @@
logger.stop()
if ee, ok := err.(*exec.Error); ok && err != nil {
if os.IsNotExist(ee.Err) {
- // Missing hook is perfectly valid.
+ // Missing hook is perfectly valid, but worth mentioning.
+ log.Infof("worker/uniter: skipped %q hook (not implemented)", hookName)
return nil
}
}
« no previous file with comments | « [revision details] ('k') | worker/uniter/jujuc/server.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b