Skip to content

Commit

Permalink
Adding the error messages from failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mobley-trent committed Apr 15, 2024
1 parent 8ee89ee commit 144edb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/execution/batching-default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Batching default

##### skip
[//]: # "Validation Error: GroupBy can only be applied if batching is enabled [Post, user, @http]"


```graphql @server
schema @server @upstream(baseURL: "http://jsonplaceholder.typicode.com", httpCache: true, batch: {delay: 10}) {
Expand Down
1 change: 1 addition & 0 deletions tests/execution/graphql-dataloader-batch-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Graphql datasource

##### skip
[//]: # "IOException: No mock found for request: POST http://upstream/graphql in tests/execution/graphql-dataloader-batch-request.md"

```graphql @server
schema @upstream(batch: {delay: 1}) {
Expand Down
1 change: 1 addition & 0 deletions tests/execution/grpc-batch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Grpc datasource with batching

##### skip
[//]: # "failed: expected mock for http://localhost:50051/news.NewsService/GetMultipleNews to be hit exactly 1 times, but it was hit 2 times for grpc-batch.md"

```protobuf @file:news.proto
syntax = "proto3";
Expand Down

0 comments on commit 144edb6

Please sign in to comment.