yihua commented on code in PR #13407:
URL: https://github.com/apache/hudi/pull/13407#discussion_r2136752365
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/index/bucket/TestPartitionBucketIndexCalculator.java:
##########
@@ -35,6 +36,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
+@Tag("functional")
Review Comment:
Similarly, in Azure this runs under `UT FT common & other modules` as UT
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/index/bucket/TestConsistentBucketIdIdentifier.java:
##########
@@ -45,6 +46,7 @@
/**
* Unit test of consistent bucket identifier
*/
+@Tag("functional")
Review Comment:
Similarly, in Azure this runs under `UT FT common & other modules` as UT
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/index/simple/TestGlobalSimpleIndex.java:
##########
@@ -63,6 +64,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
+@Tag("functional")
Review Comment:
Similarly, in Azure this runs under `UT FT common & other modules` as UT
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/index/simple/TestSimpleIndex.java:
##########
@@ -63,6 +64,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
+@Tag("functional")
Review Comment:
Similarly, in Azure this runs under `UT FT common & other modules` as UT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]