Attach CDN Worker/Lambda archives to stable releases #26945
Annotations
4 errors and 1 warning
|
run integration tests
Process completed with exit code 1.
|
|
run integration tests:
integration-tests/tests/api/schema/composite.spec.ts#L380
AssertionError: expected 'schema @link(url: "https://specs.apol…' to contain 'input Input @join__type(graph: SERVIC…'
- Expected
+ Received
- input Input @join__type(graph: SERVICE_A) @OneOf
+ schema @link(url: "https://specs.apollo.dev/link/v1.0") @link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION) {
+ query: Query
+ }
+
+ directive @join__enumValue(graph: join__Graph!) repeatable on ENUM_VALUE
+
+ directive @join__graph(name: String!, url: String!) on ENUM_VALUE
+
+ directive @join__field(
+ graph: join__Graph
+ requires: join__FieldSet
+ provides: join__FieldSet
+ type: String
+ external: Boolean
+ override: String
+ usedOverridden: Boolean
+ ) repeatable on FIELD_DEFINITION | INPUT_FIELD_DEFINITION
+
+ directive @join__implements(graph: join__Graph!, interface: String!) repeatable on OBJECT | INTERFACE
+
+ directive @join__type(
+ graph: join__Graph!
+ key: join__FieldSet
+ extension: Boolean! = false
+ resolvable: Boolean! = true
+ isInterfaceObject: Boolean! = false
+ ) repeatable on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT | SCALAR
+
+ directive @join__unionMember(graph: join__Graph!, member: String!) repeatable on UNION
+
+ scalar join__FieldSet
+
+ directive @link(url: String, as: String, for: link__Purpose, import: [link__Import]) repeatable on SCHEMA
+
+ scalar link__Import
+
+ enum link__Purpose {
+ """
+ `SECURITY` features provide metadata necessary to securely resolve fields.
+ """
+ SECURITY
+ """
+ `EXECUTION` features provide metadata necessary for operation execution.
+ """
+ EXECUTION
+ }
+
+ enum join__Graph {
+ SERVICE_A @join__graph(name: "service-a", url: "http://localhost:4001")
+ }
+
+ directive @OneOf on INPUT_OBJECT
+
+ type Query @join__type(graph: SERVICE_A) {
+ foo: Boolean
+ query(input: Input): Boolean
+ }
+
+ input Input @join__type(graph: SERVICE_A) @OneOf {
+ id: ID
+ string: String
+ }
❯ tests/api/schema/composite.spec.ts:380:27
|
|
run integration tests:
integration-tests/tests/api/schema/composite.spec.ts#L325
AssertionError: expected 'schema @link(url: "https://specs.apol…' to contain 'input Input @join__type(graph: SERVIC…'
- Expected
+ Received
- input Input @join__type(graph: SERVICE_A) @OneOf
+ schema @link(url: "https://specs.apollo.dev/link/v1.0") @link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION) {
+ query: Query
+ }
+
+ directive @join__enumValue(graph: join__Graph!) repeatable on ENUM_VALUE
+
+ directive @join__graph(name: String!, url: String!) on ENUM_VALUE
+
+ directive @join__field(
+ graph: join__Graph
+ requires: join__FieldSet
+ provides: join__FieldSet
+ type: String
+ external: Boolean
+ override: String
+ usedOverridden: Boolean
+ ) repeatable on FIELD_DEFINITION | INPUT_FIELD_DEFINITION
+
+ directive @join__implements(graph: join__Graph!, interface: String!) repeatable on OBJECT | INTERFACE
+
+ directive @join__type(
+ graph: join__Graph!
+ key: join__FieldSet
+ extension: Boolean! = false
+ resolvable: Boolean! = true
+ isInterfaceObject: Boolean! = false
+ ) repeatable on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT | SCALAR
+
+ directive @join__unionMember(graph: join__Graph!, member: String!) repeatable on UNION
+
+ scalar join__FieldSet
+
+ directive @link(url: String, as: String, for: link__Purpose, import: [link__Import]) repeatable on SCHEMA
+
+ scalar link__Import
+
+ enum link__Purpose {
+ """
+ `SECURITY` features provide metadata necessary to securely resolve fields.
+ """
+ SECURITY
+ """
+ `EXECUTION` features provide metadata necessary for operation execution.
+ """
+ EXECUTION
+ }
+
+ enum join__Graph {
+ SERVICE_A @join__graph(name: "service-a", url: "http://localhost:4001")
+ }
+
+ directive @OneOf on INPUT_OBJECT
+
+ type Query @join__type(graph: SERVICE_A) {
+ foo: Boolean
+ query(input: Input): Boolean
+ }
+
+ input Input @join__type(graph: SERVICE_A) @OneOf {
+ id: ID
+ string: String
+ }
❯ tests/api/schema/composite.spec.ts:325:27
|
|
run integration tests:
integration-tests/tests/api/schema/composite.spec.ts#L271
AssertionError: expected 'schema @link(url: "https://specs.apol…' to contain 'input Input @join__type(graph: SERVIC…'
- Expected
+ Received
- input Input @join__type(graph: SERVICE_A) @OneOf
+ schema @link(url: "https://specs.apollo.dev/link/v1.0") @link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION) {
+ query: Query
+ }
+
+ directive @join__enumValue(graph: join__Graph!) repeatable on ENUM_VALUE
+
+ directive @join__graph(name: String!, url: String!) on ENUM_VALUE
+
+ directive @join__field(
+ graph: join__Graph
+ requires: join__FieldSet
+ provides: join__FieldSet
+ type: String
+ external: Boolean
+ override: String
+ usedOverridden: Boolean
+ ) repeatable on FIELD_DEFINITION | INPUT_FIELD_DEFINITION
+
+ directive @join__implements(graph: join__Graph!, interface: String!) repeatable on OBJECT | INTERFACE
+
+ directive @join__type(
+ graph: join__Graph!
+ key: join__FieldSet
+ extension: Boolean! = false
+ resolvable: Boolean! = true
+ isInterfaceObject: Boolean! = false
+ ) repeatable on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT | SCALAR
+
+ directive @join__unionMember(graph: join__Graph!, member: String!) repeatable on UNION
+
+ scalar join__FieldSet
+
+ directive @link(url: String, as: String, for: link__Purpose, import: [link__Import]) repeatable on SCHEMA
+
+ scalar link__Import
+
+ enum link__Purpose {
+ """
+ `SECURITY` features provide metadata necessary to securely resolve fields.
+ """
+ SECURITY
+ """
+ `EXECUTION` features provide metadata necessary for operation execution.
+ """
+ EXECUTION
+ }
+
+ enum join__Graph {
+ SERVICE_A @join__graph(name: "service-a", url: "http://localhost:4001")
+ }
+
+ directive @OneOf on INPUT_OBJECT
+
+ type Query @join__type(graph: SERVICE_A) {
+ query(input: Input): Boolean
+ }
+
+ input Input @join__type(graph: SERVICE_A) @OneOf {
+ id: ID
+ string: String
+ }
❯ tests/api/schema/composite.spec.ts:271:27
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading