-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the low-level TLS API in the GraphQL tests
The motivation is to eliminate flakiness caused by race conditions. - Negative tests check TLS errors after connecting without sending any requests (which would cause the socket to return the 'closed' error if it was already closed) - Positive tests use the same internal API to make them similar, and to check that the API can handle succeess and failure. - Positive tests execute meaningful queries now.
- Loading branch information
Showing
1 changed file
with
36 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters