@@ -53,8 +53,8 @@ func TestAgent(t *testing.T) {
53
53
},
54
54
},
55
55
want : []string {
56
- "⧗ Waiting for initial connection from the workspace agent" ,
57
- "✔ Waiting for initial connection from the workspace agent" ,
56
+ "⧗ Waiting for the workspace agent to connect " ,
57
+ "✔ Waiting for the workspace agent to connect " ,
58
58
"⧗ Running workspace agent startup script (non-blocking)" ,
59
59
"Notice: The startup script is still running and your workspace may be incomplete." ,
60
60
"For more information and troubleshooting, see" ,
@@ -86,10 +86,10 @@ func TestAgent(t *testing.T) {
86
86
},
87
87
},
88
88
want : []string {
89
- "⧗ Waiting for initial connection from the workspace agent" ,
90
- "The workspace agent is having trouble connecting, we will keep trying to reach it " ,
89
+ "⧗ Waiting for the workspace agent to connect " ,
90
+ "The workspace agent is having trouble connecting, wait for it to connect or restart your workspace. " ,
91
91
"For more information and troubleshooting, see" ,
92
- "✔ Waiting for initial connection from the workspace agent" ,
92
+ "✔ Waiting for the workspace agent to connect " ,
93
93
"⧗ Running workspace agent startup script (non-blocking)" ,
94
94
"✔ Running workspace agent startup script (non-blocking)" ,
95
95
},
@@ -121,9 +121,10 @@ func TestAgent(t *testing.T) {
121
121
},
122
122
},
123
123
want : []string {
124
- "⧗ The workspace agent lost connection, waiting for it to reconnect" ,
124
+ "⧗ The workspace agent lost connection" ,
125
+ "Wait for it to reconnect or restart your workspace." ,
125
126
"For more information and troubleshooting, see" ,
126
- "✔ The workspace agent lost connection, waiting for it to reconnect " ,
127
+ "✔ The workspace agent lost connection" ,
127
128
},
128
129
},
129
130
{
@@ -160,8 +161,8 @@ func TestAgent(t *testing.T) {
160
161
},
161
162
},
162
163
want : []string {
163
- "⧗ Waiting for initial connection from the workspace agent" ,
164
- "✔ Waiting for initial connection from the workspace agent" ,
164
+ "⧗ Waiting for the workspace agent to connect " ,
165
+ "✔ Waiting for the workspace agent to connect " ,
165
166
"⧗ Running workspace agent startup script" ,
166
167
"Hello world" ,
167
168
"Bye now" ,
@@ -192,8 +193,8 @@ func TestAgent(t *testing.T) {
192
193
},
193
194
},
194
195
want : []string {
195
- "⧗ Waiting for initial connection from the workspace agent" ,
196
- "✔ Waiting for initial connection from the workspace agent" ,
196
+ "⧗ Waiting for the workspace agent to connect " ,
197
+ "✔ Waiting for the workspace agent to connect " ,
197
198
"⧗ Running workspace agent startup script" ,
198
199
"Hello world" ,
199
200
"Warning: The startup script exited with an error and your workspace may be incomplete." ,
@@ -244,8 +245,8 @@ func TestAgent(t *testing.T) {
244
245
},
245
246
},
246
247
want : []string {
247
- "⧗ Waiting for initial connection from the workspace agent" ,
248
- "✔ Waiting for initial connection from the workspace agent" ,
248
+ "⧗ Waiting for the workspace agent to connect " ,
249
+ "✔ Waiting for the workspace agent to connect " ,
249
250
"⧗ Running workspace agent startup script" ,
250
251
"Hello world" ,
251
252
"✔ Running workspace agent startup script" ,
@@ -268,7 +269,7 @@ func TestAgent(t *testing.T) {
268
269
},
269
270
},
270
271
want : []string {
271
- "⧗ Waiting for initial connection from the workspace agent" ,
272
+ "⧗ Waiting for the workspace agent to connect " ,
272
273
},
273
274
wantErr : true ,
274
275
},
@@ -289,8 +290,8 @@ func TestAgent(t *testing.T) {
289
290
},
290
291
},
291
292
want : []string {
292
- "⧗ Waiting for initial connection from the workspace agent" ,
293
- "The workspace agent is having trouble connecting, we will keep trying to reach it " ,
293
+ "⧗ Waiting for the workspace agent to connect " ,
294
+ "The workspace agent is having trouble connecting, wait for it to connect or restart your workspace. " ,
294
295
"https://troubleshoot" ,
295
296
},
296
297
wantErr : true ,
0 commit comments