Skip to content

Commit b16acfd

Browse files
committed
update reports
1 parent 3e7d7dd commit b16acfd

File tree

10 files changed

+91
-65
lines changed

10 files changed

+91
-65
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This repository contains a set of tests to evaluate and compare the compatibilit
1010

1111
| Gateway | Compatibility | Test Cases | Test Suites |
1212
| :-------------------------------------------------------------: | :-----------: | :----------: | :---------: |
13-
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
14-
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
15-
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
16-
| [Cosmo Router](https://wundergraph.com) | 94.97% | 🟢 170 ❌ 9 | 🟢 36 ❌ 5 |
17-
| [Grafbase Gateway](https://grafbase.com) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
18-
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
13+
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 98.90% | 🟢 179 ❌ 2 | 🟢 41 ❌ 1 |
14+
| [Apollo Router](https://www.apollographql.com/) | 97.79% | 🟢 177 ❌ 4 | 🟢 40 ❌ 2 |
15+
| [Apollo Gateway](https://www.apollographql.com/) | 97.24% | 🟢 176 ❌ 5 | 🟢 39 ❌ 3 |
16+
| [Cosmo Router](https://wundergraph.com) | 95.03% | 🟢 172 ❌ 9 | 🟢 37 ❌ 5 |
17+
| [Grafbase Gateway](https://grafbase.com) | 91.71% | 🟢 166 ❌ 15 | 🟢 37 ❌ 5 |
18+
| [Inigo Gateway](https://inigo.io) | 49.17% | 🟢 89 ❌ 92 | 🟢 12 ❌ 30 |
1919

2020
<!-- gateways:end -->
2121

REPORT.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
| Gateway | Compatibility | Test Cases | Test Suites |
66
| :-------------------------------------------------------------: | :-----------: | :----------: | :---------: |
7-
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
8-
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
9-
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
10-
| [Cosmo Router](https://wundergraph.com) | 94.97% | 🟢 170 ❌ 9 | 🟢 36 ❌ 5 |
11-
| [Grafbase Gateway](https://grafbase.com) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
12-
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
7+
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 98.90% | 🟢 179 ❌ 2 | 🟢 41 ❌ 1 |
8+
| [Apollo Router](https://www.apollographql.com/) | 97.79% | 🟢 177 ❌ 4 | 🟢 40 ❌ 2 |
9+
| [Apollo Gateway](https://www.apollographql.com/) | 97.24% | 🟢 176 ❌ 5 | 🟢 39 ❌ 3 |
10+
| [Cosmo Router](https://wundergraph.com) | 95.03% | 🟢 172 ❌ 9 | 🟢 37 ❌ 5 |
11+
| [Grafbase Gateway](https://grafbase.com) | 91.71% | 🟢 166 ❌ 15 | 🟢 37 ❌ 5 |
12+
| [Inigo Gateway](https://inigo.io) | 49.17% | 🟢 89 ❌ 92 | 🟢 12 ❌ 30 |
1313

1414
## Detailed Results
1515

@@ -80,6 +80,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
8080
<pre>🟢🟢</pre>
8181
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
8282
<pre>🟢🟢</pre>
83+
<a href="./src/test-suites/requires-circular">requires-circular</a>
84+
<pre>❌❌</pre>
8385
<a href="./src/test-suites/requires-interface">requires-interface</a>
8486
<pre>🟢🟢🟢🟢🟢</pre>
8587
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -173,6 +175,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
173175
<pre>🟢🟢</pre>
174176
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
175177
<pre>🟢🟢</pre>
178+
<a href="./src/test-suites/requires-circular">requires-circular</a>
179+
<pre>🟢🟢</pre>
176180
<a href="./src/test-suites/requires-interface">requires-interface</a>
177181
<pre>🟢🟢🟢🟢🟢</pre>
178182
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -266,6 +270,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
266270
<pre>🟢🟢</pre>
267271
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
268272
<pre>🟢🟢</pre>
273+
<a href="./src/test-suites/requires-circular">requires-circular</a>
274+
<pre>🟢🟢</pre>
269275
<a href="./src/test-suites/requires-interface">requires-interface</a>
270276
<pre>🟢🟢🟢🟢🟢</pre>
271277
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -359,6 +365,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
359365
<pre>❌❌</pre>
360366
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
361367
<pre>❌❌</pre>
368+
<a href="./src/test-suites/requires-circular">requires-circular</a>
369+
<pre>🟢🟢</pre>
362370
<a href="./src/test-suites/requires-interface">requires-interface</a>
363371
<pre>🟢🟢🟢🟢🟢</pre>
364372
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -452,6 +460,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
452460
<pre>❌❌</pre>
453461
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
454462
<pre>🟢❌</pre>
463+
<a href="./src/test-suites/requires-circular">requires-circular</a>
464+
<pre>🟢🟢</pre>
455465
<a href="./src/test-suites/requires-interface">requires-interface</a>
456466
<pre>🟢🟢🟢🟢🟢</pre>
457467
<a href="./src/test-suites/requires-requires">requires-requires</a>
@@ -545,6 +555,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
545555
<pre>❌❌</pre>
546556
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
547557
<pre>❌❌</pre>
558+
<a href="./src/test-suites/requires-circular">requires-circular</a>
559+
<pre>❌❌</pre>
548560
<a href="./src/test-suites/requires-interface">requires-interface</a>
549561
<pre>❌❌❌❌❌</pre>
550562
<a href="./src/test-suites/requires-requires">requires-requires</a>

gateways/apollo-gateway/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
..
5353
provides-on-union
5454
..
55+
requires-circular
56+
..
5557
requires-interface
5658
.....
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
........
8385

8486
---
85-
Total: 179
86-
Passed: 174
87+
Total: 181
88+
Passed: 176
8789
Failed: 5

gateways/apollo-router/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
..
5353
provides-on-union
5454
..
55+
requires-circular
56+
..
5557
requires-interface
5658
.....
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
........
8385

8486
---
85-
Total: 179
86-
Passed: 175
87+
Total: 181
88+
Passed: 177
8789
Failed: 4

gateways/cosmo-router/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
XX
5353
provides-on-union
5454
XX
55+
requires-circular
56+
..
5557
requires-interface
5658
.....
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
........
8385

8486
---
85-
Total: 179
86-
Passed: 170
87+
Total: 181
88+
Passed: 172
8789
Failed: 9

gateways/grafbase-gateway/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
XX
5353
provides-on-union
5454
.X
55+
requires-circular
56+
..
5557
requires-interface
5658
.....
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
........
8385

8486
---
85-
Total: 179
86-
Passed: 164
87+
Total: 181
88+
Passed: 166
8789
Failed: 15

gateways/hive-gateway/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
..
5353
provides-on-union
5454
..
55+
requires-circular
56+
XX
5557
requires-interface
5658
.....
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
........
8385

8486
---
85-
Total: 179
87+
Total: 181
8688
Passed: 179
87-
Failed: 0
89+
Failed: 2

gateways/inigo-gateway/results.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ provides-on-interface
5252
XX
5353
provides-on-union
5454
XX
55+
requires-circular
56+
XX
5557
requires-interface
5658
XXXXX
5759
requires-requires
@@ -82,6 +84,6 @@ union-intersection
8284
XXXXXXXX
8385

8486
---
85-
Total: 179
87+
Total: 181
8688
Passed: 89
87-
Failed: 90
89+
Failed: 92

website/data.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,79 @@
22
{
33
"name": "Hive Gateway",
44
"cases": {
5-
"total": 179,
5+
"total": 181,
66
"passed": 179,
7-
"failed": 0
7+
"failed": 2
88
},
99
"suites": {
10-
"total": 41,
10+
"total": 42,
1111
"passed": 41,
12-
"failed": 0
12+
"failed": 1
1313
}
1414
},
1515
{
1616
"name": "Apollo Router",
1717
"cases": {
18-
"total": 179,
19-
"passed": 175,
18+
"total": 181,
19+
"passed": 177,
2020
"failed": 4
2121
},
2222
"suites": {
23-
"total": 41,
24-
"passed": 39,
23+
"total": 42,
24+
"passed": 40,
2525
"failed": 2
2626
}
2727
},
2828
{
2929
"name": "Apollo Gateway",
3030
"cases": {
31-
"total": 179,
32-
"passed": 174,
31+
"total": 181,
32+
"passed": 176,
3333
"failed": 5
3434
},
3535
"suites": {
36-
"total": 41,
37-
"passed": 38,
36+
"total": 42,
37+
"passed": 39,
3838
"failed": 3
3939
}
4040
},
4141
{
4242
"name": "Cosmo Router",
4343
"cases": {
44-
"total": 179,
45-
"passed": 170,
44+
"total": 181,
45+
"passed": 172,
4646
"failed": 9
4747
},
4848
"suites": {
49-
"total": 41,
50-
"passed": 36,
49+
"total": 42,
50+
"passed": 37,
5151
"failed": 5
5252
}
5353
},
5454
{
5555
"name": "Grafbase Gateway",
5656
"cases": {
57-
"total": 179,
58-
"passed": 164,
57+
"total": 181,
58+
"passed": 166,
5959
"failed": 15
6060
},
6161
"suites": {
62-
"total": 41,
63-
"passed": 36,
62+
"total": 42,
63+
"passed": 37,
6464
"failed": 5
6565
}
6666
},
6767
{
6868
"name": "Inigo Gateway",
6969
"cases": {
70-
"total": 179,
70+
"total": 181,
7171
"passed": 89,
72-
"failed": 90
72+
"failed": 92
7373
},
7474
"suites": {
75-
"total": 41,
75+
"total": 42,
7676
"passed": 12,
77-
"failed": 29
77+
"failed": 30
7878
}
7979
}
8080
]

0 commit comments

Comments
 (0)