Bump vitest from 3.2.4 to 4.0.6 #7137
Annotations
31 errors and 4 warnings
          | 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-9: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-8: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-7: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-6: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "id": 1,
+     "products": null,
    },
-           {
-             "id": 2,
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "id": 3,
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-5: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "sku": "sku-2",
-               "title": "Magazine 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-4: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 1",
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 2",
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-3: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "__typename": "Book",
-         "sku": "sku-1",
-         "type": "Book",
-       },
-       {
-         "__typename": "Book",
-         "sku": "sku-3",
-         "type": "Book",
-       },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-2",
-         "type": "Magazine",
+     "products": null,
    },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-4",
-         "type": "Magazine",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-2: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { book: null, …(1) }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "book": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
+     "book": null,
+     "magazine": null,
    },
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
-     "magazine": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
-         },
-         "id": "p4",
-         "sku": "sku-4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-1: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { similar: null }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "similar": [
-       {
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
+     "similar": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-0: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.5,
-         },
-         "id": "p1",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.6,
-         },
-         "id": "p3",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.2,
+     "products": null,
    },
-         "id": "p2",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.3,
-         },
-         "id": "p4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-9: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-8: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-7: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-6: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "id": 1,
+     "products": null,
    },
-           {
-             "id": 2,
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "id": 3,
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-5: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "sku": "sku-2",
-               "title": "Magazine 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-4: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 1",
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 2",
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-3: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "__typename": "Book",
-         "sku": "sku-1",
-         "type": "Book",
-       },
-       {
-         "__typename": "Book",
-         "sku": "sku-3",
-         "type": "Book",
-       },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-2",
-         "type": "Magazine",
+     "products": null,
    },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-4",
-         "type": "Magazine",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-2: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { book: null, …(1) }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "book": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
+     "book": null,
+     "magazine": null,
    },
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
-     "magazine": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
-         },
-         "id": "p4",
-         "sku": "sku-4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-1: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { similar: null }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "similar": [
-       {
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
+     "similar": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-0: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.5,
-         },
-         "id": "p1",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.6,
-         },
-         "id": "p3",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.2,
+     "products": null,
    },
-         "id": "p2",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.3,
-         },
-         "id": "p4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-9: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-8: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-7: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-           {
-             "product": {
-               "id": "p1",
-               "title": "Book 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "id": "p2",
-               "sku": "sku-2",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-6: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "id": 1,
+     "products": null,
    },
-           {
-             "id": 2,
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
-       },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "id": 3,
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-5: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "id": "p1",
-         "reviews": [
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-           {
-             "product": {
-               "reviewsCount": 2,
-               "sku": "sku-1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p3",
-         "reviews": [],
+     "products": null,
    },
-       {
-         "id": "p2",
-         "reviews": [
-           {
-             "product": {
-               "sku": "sku-2",
-               "title": "Magazine 1",
-             },
-           },
-         ],
-       },
-       {
-         "id": "p4",
-         "reviews": [],
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-4: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 1",
-       },
-       {
-         "author": {
-           "email": "[email protected]",
-           "totalProductsCreated": 2,
-         },
-         "title": "Magazine 2",
-       },
-     ],
+     "products": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-3: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "__typename": "Book",
-         "sku": "sku-1",
-         "type": "Book",
-       },
-       {
-         "__typename": "Book",
-         "sku": "sku-3",
-         "type": "Book",
-       },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-2",
-         "type": "Magazine",
+     "products": null,
    },
-       {
-         "__typename": "Magazine",
-         "sku": "sku-4",
-         "type": "Magazine",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-2: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { book: null, …(1) }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "book": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
+     "book": null,
+     "magazine": null,
    },
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
-     "magazine": [
-       {
-         "delivery": {
-           "estimatedDelivery": "1 day",
-           "fastestDelivery": "same day",
-         },
-         "id": "p4",
-         "sku": "sku-4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-1: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { similar: null }, …(1) } to deeply equal { …(2) }
- Expected
+ Received
  {
    "data": {
-     "similar": [
-       {
-         "id": "p3",
-         "sku": "sku-3",
-       },
-     ],
+     "similar": null,
    },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          packages/federation/tests/federation-compatibility.test.ts > Federation Compatibility > abstract-types > test-query-0: 
                        packages/federation/tests/federation-compatibility.test.ts#L184
                      
                       
                  AssertionError: expected { data: { products: null }, …(1) } to deeply equal { data: { products: [ …(4) ] }, …(1) }
- Expected
+ Received
  {
    "data": {
-     "products": [
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.5,
-         },
-         "id": "p1",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.6,
-         },
-         "id": "p3",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.2,
+     "products": null,
    },
-         "id": "p2",
-       },
-       {
-         "dimensions": {
-           "size": "small",
-           "weight": 0.3,
-         },
-         "id": "p4",
-       },
-     ],
-   },
-   "errors": false,
+   "errors": true,
  }
 ❯ packages/federation/tests/federation-compatibility.test.ts:184:32
 
                         | 
              
| 
                   
                      
                          Security / Node Docker Image
                        
                      
                       
                  Process completed with exit code 1. 
                         | 
              
| 
                   
                      
                          Unit / Bun
                        
                      
                       
                  Attempt 1 failed. Reason: Child_process exited with error code 1 
                         | 
              
| 
                   
                      
                          E2E / Node 24 on Ubuntu
                        
                      
                       
                  Both node-version and node-version-file inputs are specified, only node-version will be used 
                         | 
              
| 
                   
                      
                          E2E / Node 20 on Ubuntu
                        
                      
                       
                  Both node-version and node-version-file inputs are specified, only node-version will be used 
                         | 
              
| 
                   
                      
                          E2E / Node 22 on Ubuntu
                        
                      
                       
                  Both node-version and node-version-file inputs are specified, only node-version will be used 
                         | 
              
Artifacts
Produced during runtime
          | Name | Size | Digest | |
|---|---|---|---|
| 
                   
                        
                          graphql-hive~gateway~FIZOC9+5.dockerbuild
                        
                       
                   | 
                308 KB | 
                      sha256:05c185df219c7af5005884cf39836a50e685173073723158ff7f5b2b19fd2660
                        
   | 
                
                   | 
              
| 
                   
                        
                          graphql-hive~gateway~OIQ2R3+5.dockerbuild
                        
                       
                   | 
                471 KB | 
                      sha256:0632724db7eb40e5ab27acf5434903a7a957f029cbe5ade04fa4336b081b2ba6
                        
   | 
                
                   | 
              
| 
                   
                        
                          graphql-hive~gateway~VB92WB+5.dockerbuild
                        
                       
                   | 
                350 KB | 
                      sha256:84ff3b2db936769b96fbde7f925a15bb1d65cfbafe4ec9b76edd42763b4233e8
                        
   | 
                
                   | 
              
| 
                   
                        
                          graphql-hive~gateway~YPGIES+5.dockerbuild
                        
                       
                   | 
                590 KB | 
                      sha256:0efab4e1cf63cdec38aea5158feb4a6a8433e4183979e4a24503c6601f4b7320
                        
   | 
                
                   |