Skip to content

Commit 2497248

Browse files
author
Adam Zionts
committed
Updates snapshots to match new messaging
This should only include changes to some minor message changes in service:check
1 parent f2c7638 commit 2497248

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

packages/apollo/src/commands/service/__tests__/__snapshots__/check.test.ts.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exports[`service:check integration federated should report composition errors co
101101
exports[`service:check integration federated should report composition errors correctly --markdown 1`] = `
102102
"
103103
### Apollo Service Check
104-
🔄 Validated graph composition on schema tag \`master\` for service \`accounts\` on graph \`engine@master\`.
104+
🔄 Validated graph composition for service \`accounts\` on graph \`engine@master\`.
105105
❌ Found **3 composition errors**
106106
107107
| Service | Field | Message |
@@ -178,7 +178,7 @@ exports[`service:check integration federated should report composition success c
178178
exports[`service:check integration federated should report composition success correctly --markdown 1`] = `
179179
"
180180
### Apollo Service Check
181-
🔄 Validated your local schema against schema tag \`master\` for service \`accounts\` on graph \`engine@master\`.
181+
🔄 Validated your local schema against metrics from variant \`master\` for graph \`accounts\` on graph \`engine@master\`.
182182
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
183183
✅ Found **no breaking changes**.
184184
@@ -251,7 +251,7 @@ exports[`service:check integration non-federated should report traffic errors co
251251
exports[`service:check integration non-federated should report traffic errors correctly --markdown 1`] = `
252252
"
253253
### Apollo Service Check
254-
🔄 Validated your local schema against schema tag \`master\` on graph \`engine@master\`.
254+
🔄 Validated your local schema against metrics from variant \`master\` on graph \`engine@master\`.
255255
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
256256
❌ Found **1 breaking change** that would affect **0 operations** across **0 clients**
257257
@@ -263,11 +263,11 @@ exports[`service:check integration non-federated should report traffic errors co
263263
exports[`service:check integration non-federated should report traffic errors correctly vanilla 1`] = `
264264
"Loading Apollo Project [started]
265265
Loading Apollo Project [completed]
266-
Validating schema against tag master on graph engine@master [started]
266+
Validating schema against metrics from variant master on graph engine@master [started]
267267
→ Resolving schema
268268
→ Validating schema
269-
Validated schema against tag master on graph engine@master [title changed]
270-
Validated schema against tag master on graph engine@master [completed]
269+
Validated schema against metrics from variant master on graph engine@master [title changed]
270+
Validated schema against metrics from variant master on graph engine@master [completed]
271271
Comparing schema changes [started]
272272
Compared 1 schema change against 0 operations over the last 548 days [title changed]
273273
Compared 1 schema change against 0 operations over the last 548 days [completed]
@@ -309,7 +309,7 @@ exports[`service:check integration non-federated should report traffic non-error
309309
exports[`service:check integration non-federated should report traffic non-errors correctly --markdown 1`] = `
310310
"
311311
### Apollo Service Check
312-
🔄 Validated your local schema against schema tag \`master\` on graph \`engine@master\`.
312+
🔄 Validated your local schema against metrics from variant \`master\` on graph \`engine@master\`.
313313
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
314314
✅ Found **no breaking changes**.
315315
@@ -321,11 +321,11 @@ exports[`service:check integration non-federated should report traffic non-error
321321
exports[`service:check integration non-federated should report traffic non-errors correctly vanilla 1`] = `
322322
"Loading Apollo Project [started]
323323
Loading Apollo Project [completed]
324-
Validating schema against tag master on graph engine@master [started]
324+
Validating schema against metrics from variant master on graph engine@master [started]
325325
→ Resolving schema
326326
→ Validating schema
327-
Validated schema against tag master on graph engine@master [title changed]
328-
Validated schema against tag master on graph engine@master [completed]
327+
Validated schema against metrics from variant master on graph engine@master [title changed]
328+
Validated schema against metrics from variant master on graph engine@master [completed]
329329
Comparing schema changes [started]
330330
Compared 1 schema change against 0 operations over the last 548 days [title changed]
331331
Compared 1 schema change against 0 operations over the last 548 days [completed]
@@ -346,7 +346,7 @@ View full details at: https://engine-staging.apollographql.com/service/justin-fu
346346
exports[`service:check markdown formatting is correct with breaking changes 1`] = `
347347
"
348348
### Apollo Service Check
349-
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
349+
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
350350
🔢 Compared **18 schema changes** against **100 operations** seen over the **last 24 hours**.
351351
❌ Found **7 breaking changes** that would affect **3 operations** across **2 clients**
352352
@@ -357,7 +357,7 @@ exports[`service:check markdown formatting is correct with breaking changes 1`]
357357
exports[`service:check markdown formatting is correct with breaking changes 2`] = `
358358
"
359359
### Apollo Service Check
360-
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
360+
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
361361
🔢 Compared **1 schema change** against **1 operation** seen over the **last 24 hours**.
362362
❌ Found **1 breaking change** that would affect **1 operation** across **1 client**
363363
@@ -368,7 +368,7 @@ exports[`service:check markdown formatting is correct with breaking changes 2`]
368368
exports[`service:check markdown formatting is correct with no breaking changes 1`] = `
369369
"
370370
### Apollo Service Check
371-
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
371+
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
372372
🔢 Compared **1 schema change** against **100 operations** seen over the **last 24 hours**.
373373
✅ Found **no breaking changes**.
374374
@@ -379,7 +379,7 @@ exports[`service:check markdown formatting is correct with no breaking changes 1
379379
exports[`service:check markdown formatting is correct with no changes 1`] = `
380380
"
381381
### Apollo Service Check
382-
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
382+
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
383383
384384
✅ Found **no changes**.
385385

0 commit comments

Comments
 (0)