-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 database tests and enable running using GitHub workflows #5676
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
567e643
Fix datbase tests and enable running using GitHub workflows
koppor 82eca7d
One big workflow for test and binaries
koppor 98e68c6
Make allowPublicKeyRetrieval a property of DBMSConnectionProperties (…
koppor e49e694
Final fixes
koppor 6d6ab5e
Setup JDK directly before gradle
koppor 570bc28
Really remove separate test-on-posgres workflow
koppor 77ee500
Revert "Really remove separate test-on-posgres workflow"
koppor f8ebaf4
Fix checkstyle
koppor cac6ac6
Merge MySQL and Postgres test into one workflow
koppor 936ea25
Have names lowercase also in deployment.yml
koppor 565f4e4
Sequentially execute database tests - and integrate codecov
koppor 9cd50a1
Enable GUI tests using GitHub workflows
koppor 251d029
Revert "Have names lowercase also in deployment.yml"
koppor 2db3ffc
Fix name of workflow for tests, separate tests into basic, fetchers, …
koppor 1870696
Fix test names
koppor d3c78c5
Finally remove usage of Travis
koppor 3c859c6
Try to cache gradle wrapper
koppor f1b394a
Fix YML
koppor 562e201
Run MySQL tests after code coverage (as it takes 15s to setup MySQL)
koppor 778a818
Update gradle from 6.0.0 to 6.0.1
koppor 3fa119f
Add name to start MySQL task
koppor 9317505
One "after failure" job is enough
koppor 72a1de0
Try to get better location of failed tests
koppor 9c858ef
Update test coverage metrics in all cases (failed and non-failed)
koppor e091e71
only html available; try html2text
koppor 88b5ab4
html2text did not work out
koppor b888f26
Switch test logger theme to a) mocha and b) mocha.parallel to enable …
koppor 0cbbaee
Don't overoptimize (parallel) - just show skipped and failed tests
koppor 382fd97
Run outdated dependency check weekly
tobiasdiez f30066e
Create outdatedDependencies.md
tobiasdiez 0446759
Introduce TravisCI environment variable CI
koppor ae2a0ab
Include checkstyle in main test workflow
tobiasdiez 99de01d
Delete checkstyle.yml
tobiasdiez 02fe4fc
Fix ordering of jacoco call
koppor a0021ed
Try to find out why fetcher tests are not executed on GitHub workflows
koppor 11bb9b9
Split tests into seperate jobs to parallelize
tobiasdiez 26fe33e
Make sure all tests are executed
tobiasdiez 324f822
Make mysql tests run
tobiasdiez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did the fetching from the gradle executable jar from the cache take longer than fetching from gradle? - I wanted to reduce the GET requests to the gradle server by caching the wrapper binaries with this task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this check is now run weekly, there is no need to optimize anything.