You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for taking this issue, you can refer https://datastrato.ai/docs/0.3.0/how-to-install/ to how to start GravitinoServer, you could check logs in logs directory, please note that if you deploy Gravitino by ./gradlew compileDistribution, you should goto distribution/package directory to start Gravitino
### What changes were proposed in this pull request?
add mysql 5.7 to integerate IT
### Why are the changes needed?
junit5 doesn't support class level ParameterizedTest,
junit-team/junit5#878 . so use a separate
class.
Fix: #1367
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
integrate test
What would you like to be improved?
CatalogMysqlIT testing MySQL with mysql:8.0, we'd better add mysql:5.7
How should we improve?
No response
The text was updated successfully, but these errors were encountered: