Skip to content

Commit b2e5e9f

Browse files
committed
chore(tests): Remove [INFO] lines
1 parent 573f371 commit b2e5e9f

6 files changed

Lines changed: 36 additions & 36 deletions

File tree

helm/fiftyone-teams-app/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3055,7 +3055,7 @@
30553055
]
30563056
},
30573057
"FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION": {
3058-
"default": "2.9.0",
3058+
"default": "2.10.0",
30593059
"description": "The recommended fiftyone SDK version that will be displayed in the\ninstall modal (i.e. `pip install ... fiftyone==0.11.0`).",
30603060
"required": [],
30613061
"title": "FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION",

tests/integration/compose/docker-compose-internal-auth_test.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
101101
url: "http://127.0.0.1:8000/health",
102102
responsePayload: `{"status":{"teams":"available"}}`,
103103
httpResponseCode: 200,
104-
log: "[INFO] Starting worker",
104+
log: "Starting worker",
105105
},
106106
{
107107
name: "teams-app",
@@ -123,7 +123,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
123123
url: "",
124124
responsePayload: "",
125125
httpResponseCode: 200,
126-
log: "[INFO] Running on http://0.0.0.0:5151",
126+
log: "Running on http://0.0.0.0:5151",
127127
},
128128
},
129129
},
@@ -138,7 +138,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
138138
url: "http://127.0.0.1:8000/health",
139139
responsePayload: `{"status":{"teams":"available"}}`,
140140
httpResponseCode: 200,
141-
log: "[INFO] Starting worker",
141+
log: "Starting worker",
142142
},
143143
{
144144
name: "teams-app",
@@ -160,7 +160,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
160160
url: "",
161161
responsePayload: "",
162162
httpResponseCode: 200,
163-
log: "[INFO] Running on http://0.0.0.0:5151",
163+
log: "Running on http://0.0.0.0:5151",
164164
},
165165
},
166166
},
@@ -175,7 +175,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
175175
url: "http://127.0.0.1:8000/health",
176176
responsePayload: `{"status":{"teams":"available"}}`,
177177
httpResponseCode: 200,
178-
log: "[INFO] Starting worker",
178+
log: "Starting worker",
179179
},
180180
{
181181
name: "teams-app",
@@ -197,14 +197,14 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
197197
url: "",
198198
responsePayload: "",
199199
httpResponseCode: 0,
200-
log: "[INFO] Running on http://0.0.0.0:5151",
200+
log: "Running on http://0.0.0.0:5151",
201201
},
202202
{
203203
name: "teams-plugins",
204204
url: "",
205205
responsePayload: "",
206206
httpResponseCode: 0,
207-
log: "[INFO] Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
207+
log: "Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
208208
},
209209
},
210210
},
@@ -219,7 +219,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
219219
url: "http://127.0.0.1:8000/health",
220220
responsePayload: `{"status":{"teams":"available"}}`,
221221
httpResponseCode: 200,
222-
log: "[INFO] Starting worker",
222+
log: "Starting worker",
223223
},
224224
{
225225
name: "teams-app",
@@ -241,7 +241,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
241241
url: "",
242242
responsePayload: "",
243243
httpResponseCode: 0,
244-
log: "[INFO] Running on http://0.0.0.0:5151",
244+
log: "Running on http://0.0.0.0:5151",
245245
},
246246
{
247247
name: "teams-do",

tests/integration/compose/docker-compose-legacy-auth_test.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
101101
url: "http://127.0.0.1:8000/health",
102102
responsePayload: `{"status":{"teams":"available"}}`,
103103
httpResponseCode: 200,
104-
log: "[INFO] Starting worker",
104+
log: "Starting worker",
105105
},
106106
{
107107
name: "teams-app",
@@ -123,7 +123,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
123123
url: "",
124124
responsePayload: "",
125125
httpResponseCode: 200,
126-
log: "[INFO] Running on http://0.0.0.0:5151",
126+
log: "Running on http://0.0.0.0:5151",
127127
},
128128
},
129129
},
@@ -138,7 +138,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
138138
url: "http://127.0.0.1:8000/health",
139139
responsePayload: `{"status":{"teams":"available"}}`,
140140
httpResponseCode: 200,
141-
log: "[INFO] Starting worker",
141+
log: "Starting worker",
142142
},
143143
{
144144
name: "teams-app",
@@ -160,7 +160,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
160160
url: "",
161161
responsePayload: "",
162162
httpResponseCode: 200,
163-
log: "[INFO] Running on http://0.0.0.0:5151",
163+
log: "Running on http://0.0.0.0:5151",
164164
},
165165
},
166166
},
@@ -175,7 +175,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
175175
url: "http://127.0.0.1:8000/health",
176176
responsePayload: `{"status":{"teams":"available"}}`,
177177
httpResponseCode: 200,
178-
log: "[INFO] Starting worker",
178+
log: "Starting worker",
179179
},
180180
{
181181
name: "teams-app",
@@ -197,14 +197,14 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
197197
url: "",
198198
responsePayload: "",
199199
httpResponseCode: 0,
200-
log: "[INFO] Running on http://0.0.0.0:5151",
200+
log: "Running on http://0.0.0.0:5151",
201201
},
202202
{
203203
name: "teams-plugins",
204204
url: "",
205205
responsePayload: "",
206206
httpResponseCode: 0,
207-
log: "[INFO] Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
207+
log: "Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
208208
},
209209
},
210210
},
@@ -219,7 +219,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
219219
url: "http://127.0.0.1:8000/health",
220220
responsePayload: `{"status":{"teams":"available"}}`,
221221
httpResponseCode: 200,
222-
log: "[INFO] Starting worker",
222+
log: "Starting worker",
223223
},
224224
{
225225
name: "teams-app",
@@ -241,7 +241,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
241241
url: "",
242242
responsePayload: "",
243243
httpResponseCode: 0,
244-
log: "[INFO] Running on http://0.0.0.0:5151",
244+
log: "Running on http://0.0.0.0:5151",
245245
},
246246
{
247247
name: "teams-do",

tests/integration/helm/helm-internal-auth_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
8686
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
8787
responsePayload: `{"status":{"teams":"available"}}`,
8888
httpResponseCode: 200,
89-
log: "[INFO] Starting worker",
89+
log: "Starting worker",
9090
},
9191
{
9292
name: "teams-app",
@@ -101,7 +101,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
101101
url: "",
102102
responsePayload: "",
103103
httpResponseCode: 200,
104-
log: "[INFO] Running on http://0.0.0.0:5151",
104+
log: "Running on http://0.0.0.0:5151",
105105
},
106106
},
107107
},
@@ -163,7 +163,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
163163
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
164164
responsePayload: `{"status":{"teams":"available"}}`,
165165
httpResponseCode: 200,
166-
log: "[INFO] Starting worker",
166+
log: "Starting worker",
167167
},
168168
{
169169
name: "teams-app",
@@ -185,7 +185,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
185185
url: "",
186186
responsePayload: "",
187187
httpResponseCode: 200,
188-
log: "[INFO] Running on http://0.0.0.0:5151",
188+
log: "Running on http://0.0.0.0:5151",
189189
},
190190
},
191191
},
@@ -241,7 +241,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
241241
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
242242
responsePayload: `{"status":{"teams":"available"}}`,
243243
httpResponseCode: 200,
244-
log: "[INFO] Starting worker",
244+
log: "Starting worker",
245245
},
246246
{
247247
name: "teams-app",
@@ -255,7 +255,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
255255
url: "",
256256
responsePayload: "",
257257
httpResponseCode: 0,
258-
log: "[INFO] Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
258+
log: "Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
259259
},
260260
{
261261
name: "teams-do",
@@ -270,7 +270,7 @@ func (s *internalAuthHelmTest) TestHelmInstall() {
270270
url: "",
271271
responsePayload: "",
272272
httpResponseCode: 200,
273-
log: "[INFO] Running on http://0.0.0.0:5151",
273+
log: "Running on http://0.0.0.0:5151",
274274
},
275275
},
276276
},

tests/integration/helm/helm-legacy-auth_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
9292
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
9393
responsePayload: `{"status":{"teams":"available"}}`,
9494
httpResponseCode: 200,
95-
log: "[INFO] Starting worker",
95+
log: "Starting worker",
9696
},
9797
{
9898
name: "teams-app",
@@ -107,7 +107,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
107107
url: "",
108108
responsePayload: "",
109109
httpResponseCode: 200,
110-
log: "[INFO] Running on http://0.0.0.0:5151",
110+
log: "Running on http://0.0.0.0:5151",
111111
},
112112
},
113113
},
@@ -159,7 +159,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
159159
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
160160
responsePayload: `{"status":{"teams":"available"}}`,
161161
httpResponseCode: 200,
162-
log: "[INFO] Starting worker",
162+
log: "Starting worker",
163163
},
164164
{
165165
name: "teams-app",
@@ -181,7 +181,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
181181
url: "",
182182
responsePayload: "",
183183
httpResponseCode: 200,
184-
log: "[INFO] Running on http://0.0.0.0:5151",
184+
log: "Running on http://0.0.0.0:5151",
185185
},
186186
},
187187
},
@@ -236,7 +236,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
236236
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
237237
responsePayload: `{"status":{"teams":"available"}}`,
238238
httpResponseCode: 200,
239-
log: "[INFO] Starting worker",
239+
log: "Starting worker",
240240
},
241241
{
242242
name: "teams-app",
@@ -250,7 +250,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
250250
url: "",
251251
responsePayload: "",
252252
httpResponseCode: 0,
253-
log: "[INFO] Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
253+
log: "Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
254254
},
255255
{
256256
name: "teams-do",
@@ -265,7 +265,7 @@ func (s *legacyAuthHelmTest) TestHelmInstall() {
265265
url: "",
266266
responsePayload: "",
267267
httpResponseCode: 200,
268-
log: "[INFO] Running on http://0.0.0.0:5151",
268+
log: "Running on http://0.0.0.0:5151",
269269
},
270270
},
271271
},

tests/integration/helm/helm-topology-spread-constraint_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (s *topologyAuthHelmTest) TestHelmInstall() {
9696
url: ternary(s.context == "minikube", "https://local.fiftyone.ai/health", ""),
9797
responsePayload: `{"status":{"teams":"available"}}`,
9898
httpResponseCode: 200,
99-
log: "[INFO] Starting worker",
99+
log: "Starting worker",
100100
},
101101
{
102102
name: "teams-app",
@@ -118,14 +118,14 @@ func (s *topologyAuthHelmTest) TestHelmInstall() {
118118
url: "",
119119
responsePayload: "",
120120
httpResponseCode: 200,
121-
log: "[INFO] Running on http://0.0.0.0:5151",
121+
log: "Running on http://0.0.0.0:5151",
122122
},
123123
{
124124
name: "teams-plugins",
125125
url: "",
126126
responsePayload: "",
127127
httpResponseCode: 0,
128-
log: "[INFO] Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
128+
log: "Running on http://0.0.0.0:5151", // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
129129
},
130130
},
131131
},

0 commit comments

Comments
 (0)