Skip to content

Commit 3226919

Browse files
enisdenjoardatan
andauthored
Use Hive Gateway Tester for Progressive Override tests (#1656)
Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent efed5e0 commit 3226919

File tree

8 files changed

+267
-275
lines changed

8 files changed

+267
-275
lines changed

.changeset/yellow-phones-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/stitch': patch
3+
---
4+
5+
Fix Progressive Override to prevent caching on different variations of override

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 20
2424
- 22
2525
- 24
26+
- 25
2627
name: Unit / Node v${{matrix.node-version}}
2728
runs-on: ubuntu-latest
2829
steps:
@@ -60,6 +61,7 @@ jobs:
6061
- 20
6162
- 22
6263
- 24
64+
- 25
6365
name: Leaks / Node v${{matrix.node-version}}
6466
needs: [unit] # leak tests run unit tests but check for leaks; if unit tests fail, leaks will fail too - avoid confusion by running them in series
6567
runs-on: ubuntu-latest
@@ -96,6 +98,10 @@ jobs:
9698
os: ubuntu-latest
9799
gateway-runner: node
98100
node-version: 24
101+
- workflow-name: Node 25 on Ubuntu
102+
os: ubuntu-latest
103+
gateway-runner: node
104+
node-version: 25
99105

100106
# Node on Docker
101107
- workflow-name: Node Docker on Ubuntu

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24
1+
v25

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"ioredis-mock": "patch:[email protected]#~/.yarn/patches/ioredis-mock-npm-8.9.0-530d4422b9.patch",
7979
"jest-leak-detector": "patch:jest-leak-detector@npm:29.7.0#~/.yarn/patches/jest-leak-detector+29.7.0.patch",
8080
"pkgroll": "patch:pkgroll@npm:2.5.1#~/.yarn/patches/pkgroll-npm-2.5.1-9b062c22ca.patch",
81+
"tar": "7.5.2",
8182
"tar-fs": "3.1.1",
8283
"tmp": "0.2.4",
8384
"tsx": "patch:tsx@npm%3A4.20.3#~/.yarn/patches/tsx-npm-4.20.3-7de67a623f.patch",

0 commit comments

Comments
 (0)