Skip to content

chore: use echo provisioners in logging tests #9008

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

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: use echo provisioners in logging tests
  • Loading branch information
coadler committed Aug 9, 2023
commit 72f1e1c3bb88cfc675704edb3cb423b67b5a6e07
5 changes: 5 additions & 0 deletions cli/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--log-human", fiName,
)
clitest.Start(t, root)
Expand All @@ -1326,6 +1327,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--log-human", fi,
)
clitest.Start(t, root)
Expand All @@ -1343,6 +1345,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--log-json", fi,
)
clitest.Start(t, root)
Expand All @@ -1363,6 +1366,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--log-stackdriver", fi,
)
// Attach pty so we get debug output from the command if this test
Expand Down Expand Up @@ -1397,6 +1401,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--log-human", fi1,
"--log-json", fi2,
"--log-stackdriver", fi3,
Expand Down