qqqttt123 commented on code in PR #1652:
URL:
https://github.com/apache/incubator-uniffle/pull/1652#discussion_r1577529819
##########
integration-test/spark3/src/test/java/org/apache/uniffle/test/PartitionBlockDataReassignBasicTest.java:
##########
@@ -37,13 +39,17 @@
import static
org.apache.uniffle.common.config.RssClientConf.RSS_CLIENT_BLOCK_SEND_FAILURE_RETRY_ENABLED;
import static org.junit.jupiter.api.Assertions.assertEquals;
-/** This class is to test the mechanism of partition block data reassignment.
*/
-public class PartitionBlockDataReassignTest extends SparkSQLTest {
+/** This class is to basic test the mechanism of partition block data
reassignment */
+public class PartitionBlockDataReassignBasicTest extends SparkSQLTest {
+ private static final Logger LOGGER =
+ LoggerFactory.getLogger(PartitionBlockDataReassignBasicTest.class);
- private static String basePath;
+ protected static String basePath;
@BeforeAll
public static void setupServers(@TempDir File tmpDir) throws Exception {
+ LOGGER.info("Setup servers");
Review Comment:
Why do we need this?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]