This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new d52013fe3 [MINOR] fix: wrong tag on
`CatalogPaimonKerberosFilesystemIT` (#4252)
d52013fe3 is described below
commit d52013fe31988fe467382223f68dc534cf0abfac
Author: mchades <[email protected]>
AuthorDate: Wed Jul 24 14:50:49 2024 +0800
[MINOR] fix: wrong tag on `CatalogPaimonKerberosFilesystemIT` (#4252)
### What changes were proposed in this pull request?
correct tag from `gravitino-docker-it` to `gravitino-docker-test` on the
class `CatalogPaimonKerberosFilesystemIT`
### Why are the changes needed?
should be `gravitino-docker-test`
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
test locally, default build should not run
`CatalogPaimonKerberosFilesystemIT`
---
.../paimon/integration/test/CatalogPaimonKerberosFilesystemIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonKerberosFilesystemIT.java
b/catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonKerberosFilesystemIT.java
index 007c902b9..009ea39bf 100644
---
a/catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonKerberosFilesystemIT.java
+++
b/catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonKerberosFilesystemIT.java
@@ -59,7 +59,7 @@ import org.junit.jupiter.api.TestInstance;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-@Tag("gravitino-docker-it")
+@Tag("gravitino-docker-test")
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class CatalogPaimonKerberosFilesystemIT extends AbstractIT {