-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functional: run tests with embedded etcd, add logger field #9572
Commits on Apr 17, 2018
-
functional/rpcpb: add "*Etcd.EmbedConfig", and logger fields
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 575cf94 - Browse repository at this point
Copy the full SHA 575cf94View commit details -
functional/agent: handle "embed.Etcd", logger sync
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3312810 - Browse repository at this point
Copy the full SHA 3312810View commit details -
pkg/logutil: add "NewGRPCLoggerV2FromZap", "NewRaftLogger"
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82e84a0 - Browse repository at this point
Copy the full SHA 82e84a0View commit details -
- Add/Document "logger" to support structured logging. - This makes functional tests run easier, since zap logger provides built-in log redirect to files. - "etcd --logger-option=zap" to enable structured logging. - Current "capnslog" will still be used as "default". - We may switch the default or deprecate "capnslog" in v3.5. - Either way, will clearly be documented. Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 041b906 - Browse repository at this point
Copy the full SHA 041b906View commit details -
CHANGELOG-3.4: highlight logger change
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5d4025 - Browse repository at this point
Copy the full SHA d5d4025View commit details -
integration: use default logger "capnslog"
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f879c1d - Browse repository at this point
Copy the full SHA f879c1dView commit details -
etcdserver: support structured logging
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdbed26 - Browse repository at this point
Copy the full SHA bdbed26View commit details -
pkg: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dad8ab - Browse repository at this point
Copy the full SHA 0dad8abView commit details -
mvcc: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c00c6cb - Browse repository at this point
Copy the full SHA c00c6cbView commit details -
wal: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdbedac - Browse repository at this point
Copy the full SHA fdbedacView commit details -
rafthttp: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c68f625 - Browse repository at this point
Copy the full SHA c68f625View commit details -
raftsnap: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce8348e - Browse repository at this point
Copy the full SHA ce8348eView commit details -
auth: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f57fa6a - Browse repository at this point
Copy the full SHA f57fa6aView commit details -
snapshot: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c7d40 - Browse repository at this point
Copy the full SHA d1c7d40View commit details -
clientv3,etcdctl: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dbce6b - Browse repository at this point
Copy the full SHA 6dbce6bView commit details -
contrib/tools: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9063805 - Browse repository at this point
Copy the full SHA 9063805View commit details -
integration: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7fd274 - Browse repository at this point
Copy the full SHA a7fd274View commit details -
embed,etcdmain: support structured logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c712e08 - Browse repository at this point
Copy the full SHA c712e08View commit details -
functional/agent: support embedded etcd
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 677894b - Browse repository at this point
Copy the full SHA 677894bView commit details -
functional/tester: run tests with embedded etcd
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f34c5dc - Browse repository at this point
Copy the full SHA f34c5dcView commit details -
pkg/transport: check nil logger
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bd88e3 - Browse repository at this point
Copy the full SHA 2bd88e3View commit details -
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38e32a1 - Browse repository at this point
Copy the full SHA 38e32a1View commit details -
embed: support "io-discard" for logging, fix racey logging setup
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc77874 - Browse repository at this point
Copy the full SHA cc77874View commit details -
integration,embed: ignore embed log output
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35a80bc - Browse repository at this point
Copy the full SHA 35a80bcView commit details -
functional/tester: handle "raft.ErrProposalDropped"
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c2ae8 - Browse repository at this point
Copy the full SHA d1c2ae8View commit details -
functional/tester: use binary for tests for now
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ee2a96 - Browse repository at this point
Copy the full SHA 2ee2a96View commit details -
functional/agent: fix etcd exec path check
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f63b5c1 - Browse repository at this point
Copy the full SHA f63b5c1View commit details -
CHANGELOG-3.4: highlight WAL changes
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c716bea - Browse repository at this point
Copy the full SHA c716beaView commit details -
Documentation/upgrades: highlight wal, embed changes
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7ce6b7 - Browse repository at this point
Copy the full SHA b7ce6b7View commit details -
etcdctl/ctlv3: fix snapshot command e2e tests
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae9ccd8 - Browse repository at this point
Copy the full SHA ae9ccd8View commit details -
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92c3274 - Browse repository at this point
Copy the full SHA 92c3274View commit details -
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3b9d82 - Browse repository at this point
Copy the full SHA a3b9d82View commit details -
tests/e2e: comment out TestEtcdCorruptHash debugging lines
No need Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c44293 - Browse repository at this point
Copy the full SHA 1c44293View commit details -
*: support --log-output=discard
Signed-off-by: Gyuho Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18b3e45 - Browse repository at this point
Copy the full SHA 18b3e45View commit details