Skip to content

Commit

Permalink
Updates snapshots to match new messaging
Browse files Browse the repository at this point in the history
This should only include changes to some minor message changes in
service:check
  • Loading branch information
Adam Zionts committed Mar 25, 2020
1 parent f2c7638 commit 2497248
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exports[`service:check integration federated should report composition errors co
exports[`service:check integration federated should report composition errors correctly --markdown 1`] = `
"
### Apollo Service Check
🔄 Validated graph composition on schema tag \`master\` for service \`accounts\` on graph \`engine@master\`.
🔄 Validated graph composition for service \`accounts\` on graph \`engine@master\`.
❌ Found **3 composition errors**
| Service | Field | Message |
Expand Down Expand Up @@ -178,7 +178,7 @@ exports[`service:check integration federated should report composition success c
exports[`service:check integration federated should report composition success correctly --markdown 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`master\` for service \`accounts\` on graph \`engine@master\`.
🔄 Validated your local schema against metrics from variant \`master\` for graph \`accounts\` on graph \`engine@master\`.
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
✅ Found **no breaking changes**.
Expand Down Expand Up @@ -251,7 +251,7 @@ exports[`service:check integration non-federated should report traffic errors co
exports[`service:check integration non-federated should report traffic errors correctly --markdown 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`master\` on graph \`engine@master\`.
🔄 Validated your local schema against metrics from variant \`master\` on graph \`engine@master\`.
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
❌ Found **1 breaking change** that would affect **0 operations** across **0 clients**
Expand All @@ -263,11 +263,11 @@ exports[`service:check integration non-federated should report traffic errors co
exports[`service:check integration non-federated should report traffic errors correctly vanilla 1`] = `
"Loading Apollo Project [started]
Loading Apollo Project [completed]
Validating schema against tag master on graph engine@master [started]
Validating schema against metrics from variant master on graph engine@master [started]
→ Resolving schema
→ Validating schema
Validated schema against tag master on graph engine@master [title changed]
Validated schema against tag master on graph engine@master [completed]
Validated schema against metrics from variant master on graph engine@master [title changed]
Validated schema against metrics from variant master on graph engine@master [completed]
Comparing schema changes [started]
Compared 1 schema change against 0 operations over the last 548 days [title changed]
Compared 1 schema change against 0 operations over the last 548 days [completed]
Expand Down Expand Up @@ -309,7 +309,7 @@ exports[`service:check integration non-federated should report traffic non-error
exports[`service:check integration non-federated should report traffic non-errors correctly --markdown 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`master\` on graph \`engine@master\`.
🔄 Validated your local schema against metrics from variant \`master\` on graph \`engine@master\`.
🔢 Compared **1 schema change** against **0 operations** seen over the **last 548 days**.
✅ Found **no breaking changes**.
Expand All @@ -321,11 +321,11 @@ exports[`service:check integration non-federated should report traffic non-error
exports[`service:check integration non-federated should report traffic non-errors correctly vanilla 1`] = `
"Loading Apollo Project [started]
Loading Apollo Project [completed]
Validating schema against tag master on graph engine@master [started]
Validating schema against metrics from variant master on graph engine@master [started]
→ Resolving schema
→ Validating schema
Validated schema against tag master on graph engine@master [title changed]
Validated schema against tag master on graph engine@master [completed]
Validated schema against metrics from variant master on graph engine@master [title changed]
Validated schema against metrics from variant master on graph engine@master [completed]
Comparing schema changes [started]
Compared 1 schema change against 0 operations over the last 548 days [title changed]
Compared 1 schema change against 0 operations over the last 548 days [completed]
Expand All @@ -346,7 +346,7 @@ View full details at: https://engine-staging.apollographql.com/service/justin-fu
exports[`service:check markdown formatting is correct with breaking changes 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
🔢 Compared **18 schema changes** against **100 operations** seen over the **last 24 hours**.
❌ Found **7 breaking changes** that would affect **3 operations** across **2 clients**
Expand All @@ -357,7 +357,7 @@ exports[`service:check markdown formatting is correct with breaking changes 1`]
exports[`service:check markdown formatting is correct with breaking changes 2`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
🔢 Compared **1 schema change** against **1 operation** seen over the **last 24 hours**.
❌ Found **1 breaking change** that would affect **1 operation** across **1 client**
Expand All @@ -368,7 +368,7 @@ exports[`service:check markdown formatting is correct with breaking changes 2`]
exports[`service:check markdown formatting is correct with no breaking changes 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
🔢 Compared **1 schema change** against **100 operations** seen over the **last 24 hours**.
✅ Found **no breaking changes**.
Expand All @@ -379,7 +379,7 @@ exports[`service:check markdown formatting is correct with no breaking changes 1
exports[`service:check markdown formatting is correct with no changes 1`] = `
"
### Apollo Service Check
🔄 Validated your local schema against schema tag \`staging\` on graph \`engine@staging\`.
🔄 Validated your local schema against metrics from variant \`staging\` on graph \`engine@staging\`.
✅ Found **no changes**.
Expand Down

0 comments on commit 2497248

Please sign in to comment.