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
Currently, the HiveCatalogIT and CatalogIcebergIT integrated test environment launches the gravitino-ci-hive Docker image via a script, This creates a situation where the startup container is in GitHub Action or local to the user, and the test container is in the IT code, which is not uniform.
How should we improve?
I'm considering referencing the testcontaine approach in TrinoConnectorIT. It can be better to use containers for testing.
The text was updated successfully, but these errors were encountered:
xunliu
changed the title
[Improvement] Improve HiveCatalogIT Docker test method
[Improvement] Improving integration testing Docker methodology
Nov 9, 2023
…711)
### What changes were proposed in this pull request?
I'm considering referencing the `testcontaine` approach in
`TrinoConnectorIT`. It can be better to use containers for testing.
### Why are the changes needed?
Currently, the `HiveCatalogIT` and `CatalogIcebergIT` integrated test
environment launches the `gravitino-ci-hive` Docker image via a script,
This creates a situation where the startup container is in GitHub Action
or local to the user, and the test container is in the IT code, which is
not uniform.
Fix: #639
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Pass
What would you like to be improved?
Currently, the
HiveCatalogIT
andCatalogIcebergIT
integrated test environment launches thegravitino-ci-hive
Docker image via a script, This creates a situation where the startup container is in GitHub Action or local to the user, and the test container is in the IT code, which is not uniform.How should we improve?
I'm considering referencing the
testcontaine
approach inTrinoConnectorIT
. It can be better to use containers for testing.The text was updated successfully, but these errors were encountered: