-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat: [#289] Remove github.com/ory/dockertest #334
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #334 +/- ##
==========================================
- Coverage 69.31% 69.08% -0.23%
==========================================
Files 144 147 +3
Lines 9724 9922 +198
==========================================
+ Hits 6740 6855 +115
- Misses 2550 2598 +48
- Partials 434 469 +35 β View full report in Codecov by Sentry. |
database/console/main_test.go
Outdated
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.
The database docker only needs to be created once, the testing speed will be faster.
query ormcontract.Query | ||
) | ||
|
||
if err := testDatabaseDocker.Fresh(); err != nil { |
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.
Fresh the database, and clear data from other test cases.
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.
LGTM
support/docker/redis.go
Outdated
|
||
"github.com/go-redis/redis/v8" |
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.
Q: Can we use v9
? v8 is out.
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.
Good catch, will upgrade.
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.
LGTM
Closes goravel/goravel#289 goravel/goravel#261
π Description
β Checks
βΉ Additional Information