Skip to content

Commit ebba6f7

Browse files
authored
Update to latest (#101)
1 parent 7645399 commit ebba6f7

File tree

11 files changed

+299
-255
lines changed

11 files changed

+299
-255
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This repository contains a set of tests to evaluate and compare the compatibilit
1313
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
1414
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
1515
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
16-
| [Grafbase Gateway](https://grafbase.com) | 93.30% | 🟢 16712 | 🟢 365 |
17-
| [Cosmo Router](https://wundergraph.com) | 86.03% | 🟢 15425 | 🟢 2912 |
16+
| [Grafbase Gateway](https://grafbase.com) | 93.85% | 🟢 16811 | 🟢 374 |
17+
| [Cosmo Router](https://wundergraph.com) | 87.71% | 🟢 15722 | 🟢 3110 |
1818
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
1919

2020
<!-- gateways:end -->

REPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
88
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
99
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
10-
| [Grafbase Gateway](https://grafbase.com) | 93.30% | 🟢 16712 | 🟢 365 |
11-
| [Cosmo Router](https://wundergraph.com) | 86.03% | 🟢 15425 | 🟢 2912 |
10+
| [Grafbase Gateway](https://grafbase.com) | 93.85% | 🟢 16811 | 🟢 374 |
11+
| [Cosmo Router](https://wundergraph.com) | 87.71% | 🟢 15722 | 🟢 3110 |
1212
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
1313

1414
## Detailed Results
@@ -358,7 +358,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
358358
<a href="./src/test-suites/provides-on-interface">provides-on-interface</a>
359359
<pre>❌❌</pre>
360360
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
361-
<pre>🟢</pre>
361+
<pre>🟢🟢</pre>
362362
<a href="./src/test-suites/requires-interface">requires-interface</a>
363363
<pre>🟢🟢🟢🟢🟢</pre>
364364
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -407,13 +407,13 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
407407
<a href="./src/test-suites/complex-entity-call">complex-entity-call</a>
408408
<pre>❌</pre>
409409
<a href="./src/test-suites/corrupted-supergraph-node-id">corrupted-supergraph-node-id</a>
410-
<pre>🟢🟢🟢🟢🟢🟢🟢🟢</pre>
410+
<pre>🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢</pre>
411411
<a href="./src/test-suites/enum-intersection">enum-intersection</a>
412412
<pre>🟢🟢🟢🟢🟢</pre>
413413
<a href="./src/test-suites/fed1-external-extends">fed1-external-extends</a>
414414
<pre>🟢🟢🟢🟢</pre>
415415
<a href="./src/test-suites/fed1-external-extends-resolvable">fed1-external-extends-resolvable</a>
416-
<pre></pre>
416+
<pre>🟢</pre>
417417
<a href="./src/test-suites/fed1-external-extension">fed1-external-extension</a>
418418
<pre>🟢🟢🟢🟢</pre>
419419
<a href="./src/test-suites/fed2-external-extends">fed2-external-extends</a>

gateways/cosmo-router/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"
99

1010
# https://github.com/wundergraph/cosmo/releases
11-
DOWNLOAD_VERSION="0.178.0"
11+
DOWNLOAD_VERSION="0.188.2"
1212

1313
download_binary() {
1414
downloader --check

gateways/cosmo-router/results.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ circular-reference-interface
77
complex-entity-call
88
X
99
corrupted-supergraph-node-id
10-
X....X....
10+
..........
1111
enum-intersection
1212
.....
1313
fed1-external-extends
1414
....
1515
fed1-external-extends-resolvable
16-
X
16+
.
1717
fed1-external-extension
1818
....
1919
fed2-external-extends
@@ -83,5 +83,5 @@ union-intersection
8383

8484
---
8585
Total: 179
86-
Passed: 154
87-
Failed: 25
86+
Passed: 157
87+
Failed: 22

gateways/grafbase-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# to the current directory instead of /usr/local/bin
66

77
# https://github.com/grafbase/grafbase/releases
8-
VERSION="0.28.5"
8+
VERSION="0.29.0"
99

1010
error() {
1111
echo -e "${Red}error${Color_Off}:" "$@" >&2

gateways/grafbase-gateway/results.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parent-entity-call-complex
5151
provides-on-interface
5252
XX
5353
provides-on-union
54-
.X
54+
..
5555
requires-interface
5656
.....
5757
requires-requires
@@ -83,5 +83,5 @@ union-intersection
8383

8484
---
8585
Total: 179
86-
Passed: 167
87-
Failed: 12
86+
Passed: 168
87+
Failed: 11

gateways/hive-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/graphql-hive/gateway/releases
2-
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.10.3"
2+
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.10.4"

0 commit comments

Comments
 (0)