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

Avoid calling external servers in integration tests #642

Open
novoj opened this issue Aug 5, 2024 · 0 comments
Open

Avoid calling external servers in integration tests #642

novoj opened this issue Aug 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@novoj
Copy link
Collaborator

novoj commented Aug 5, 2024

Please rewrite tests:

  • io.evitadb.externalApi.graphql.api.catalog.dataApi.CatalogGraphQLQueryTranslationVerifyingFunctionTest#shouldAcceptAndProcessLargeQuery
  • io.evitadb.externalApi.rest.api.catalog.dataApi.CatalogRestQueryTranslationVerifyingFunctionalTest#shouldAcceptAndProcessLargeQuery

To @Tag(LONG_RUNNING_TEST) that is executed only on weekly basis and refactor it to share downloading logic with io.evitadb.api.EvitaBackwardCompatibilityTest#verifyBackwardCompatibilityTo_2024_5 test (so that download happens only once) and load evita catalog from the downloaded archive locally and execute tests against it.

@novoj novoj added the enhancement New feature or request label Aug 5, 2024
@novoj novoj added this to the Beta milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants