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

Delta Between Two Patch Sets: state/export_test.go

Issue 5671055: Implementation of the charm state. (Closed)
Left Patch Set: Implementation of the charm state. Created 13 years, 1 month ago
Right Patch Set: Implementation of the charm state. Created 13 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « state/charm.go ('k') | state/internal_test.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // launchpad.net/juju/state 1 // launchpad.net/juju/state
2 // 2 //
3 // Copyright (c) 2011-2012 Canonical Ltd. 3 // Copyright (c) 2011-2012 Canonical Ltd.
4 package state 4 package state
5 5
6 import ( 6 import (
7 "fmt" 7 "fmt"
8 "io/ioutil" 8 "io/ioutil"
9 "launchpad.net/gozk/zookeeper" 9 "launchpad.net/gozk/zookeeper"
10 "os" 10 "os"
(...skipping 30 matching lines...) Expand all
41 t.Fatal("cannot remove temporary directory: %v", err) 41 t.Fatal("cannot remove temporary directory: %v", err)
42 } 42 }
43 } 43 }
44 44
45 // ZkConn returns the ZooKeeper connection used by a state. 45 // ZkConn returns the ZooKeeper connection used by a state.
46 // It is defined in export_test.go so that tests can have access 46 // It is defined in export_test.go so that tests can have access
47 // to this connection. 47 // to this connection.
48 func ZkConn(st *State) *zookeeper.Conn { 48 func ZkConn(st *State) *zookeeper.Conn {
49 return st.zk 49 return st.zk
50 } 50 }
LEFTRIGHT

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