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

fix gradle not finding tests #127

Closed
3 tasks
richardtreier opened this issue Feb 21, 2023 · 0 comments · Fixed by #131
Closed
3 tasks

fix gradle not finding tests #127

richardtreier opened this issue Feb 21, 2023 · 0 comments · Fixed by #131
Assignees
Labels
kind/bug Something isn't working

Comments

@richardtreier
Copy link
Collaborator

richardtreier commented Feb 21, 2023

Bug Report

Description

Trying to run tests via gradle does not catch any tests. This becomes appearent when trying to run individual tests from IntelliJ and having it configured to run tests via gradle.

Expected Behavior

Gradle should find tests.

Steps to Reproduce

./gradlew :extensions:contract-agreement-transfer-api:test --tests "de.sovity.edc.extension.contractagreementtransferapi.controller.ContractAgreementTransferApiControllerIntegrationTest"

Or running any individual test / test method via IntelliJ while Settings > Build, Execution, Deployment > Build Tools > Gradle > Run Tests Using is set to Gradle (Default).

Possible Implementation and Work Breakdown

  • (Optional) Make executing a single test via gradle work
  • Find evidence that running all tests actually executes tests.
  • Find evidence that our pipeline is actually running tests.
efiege added a commit that referenced this issue Feb 21, 2023
@efiege efiege linked a pull request Feb 21, 2023 that will close this issue
richardtreier pushed a commit that referenced this issue Feb 22, 2023
* fix: gradle not finding tests #127

* ci: fix: failing last committer tests #127
@SebastianOpriel SebastianOpriel added kind/bug Something isn't working and removed bug labels Apr 18, 2023
ununhexium pushed a commit that referenced this issue May 2, 2024
* feat: data offer pagination (and sorting fixes)

* chore: add stubs for new endpoints

* chore: test migrations so that non-empty tables will be migrated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants