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

chore: EXPOSED-104 Update gradle test tasks #1832

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

bog-walk
Copy link
Member

Update registered Gradle tasks in DBTestingPlugin:

  • Add a new task that delegates to both PostgreSQL tasks: postgresAll
  • Add a new task that covers most databases, at least the latest versions: testPartial
  • Change Gradle verification task test so that it includes all supported databases.

Open to any naming or list element suggestions.

Before:
tasks_before

After:
tasks_after

Update list of gradle tasks in DBTestingPlugin to include:
- a new task that runs all supported DB (replaces Gradle 'test' task)
- a new task that runs all the latest versions (except Oracle, due to speed)
- a new task that delegates to both PostgreSQL tasks
@bog-walk bog-walk requested review from e5l and joc-a August 10, 2023 18:09
Copy link
Member

@e5l e5l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, didn't notice we've made it

Remove testPartial as unnecessary.
@bog-walk bog-walk merged commit 73a78da into main Aug 11, 2023
3 checks passed
@bog-walk bog-walk deleted the bog-walk/add-gradle-task-tests branch August 11, 2023 13:23
saral pushed a commit to saral/Exposed that referenced this pull request Oct 3, 2023
* chore: EXPOSED-104 Update gradle test tasks

Update list of gradle tasks in DBTestingPlugin to include:
- a new task that runs all supported DB (replaces Gradle 'test' task)
- a new task that runs all the latest versions (except Oracle, due to speed)
- a new task that delegates to both PostgreSQL tasks
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.

3 participants