Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable unstable ConcurrentDataFetcherTest test. #1012

Merged
merged 1 commit into from Apr 25, 2022

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Apr 25, 2022

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

We are disabling the graphql-dgs-example-shared/src/test/java/com/netflix/graphql/dgs/example/shared/ConcurrentDataFetcherTest.java test.
The need of this test is questionable, since the concurrent execution of data fetchers is left to the graphql-java engine.
We can't assume the order of execution of unrelated fields, in the case of this test data.concurrent2 can be fetched before data.concurrent1 or vice versa.

The need of this test is questionable, since the concurrent execution of data fetchers is left to
the graphql-java engine.  We can't assume the order of execution of unrelated fields,
in the case of this test `data.concurrent2` can be fetched before `data.concurrent1` or vice versa.
@berngp berngp merged commit 1feae83 into master Apr 25, 2022
@berngp berngp deleted the feature/fix-unstable-concurrent-test branch October 20, 2022 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant