This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch release-0.7.1-rc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/release-0.7.1-rc by this push:
new d274218 fixing tests in LLRealtimeSegmentDataManagerTest
d274218 is described below
commit d27421829b14e6a92cd0feb6795d299d145b5410
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Apr 7 02:53:04 2021 -0700
fixing tests in LLRealtimeSegmentDataManagerTest
---
.../core/data/manager/realtime/LLRealtimeSegmentDataManagerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManagerTest.java
b/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManagerTest.java
index 0e468a4..cdba005 100644
---
a/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManagerTest.java
+++
b/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManagerTest.java
@@ -138,7 +138,7 @@ public class LLRealtimeSegmentDataManagerTest {
private RealtimeTableDataManager createTableDataManager(TableConfig
tableConfig) {
final String instanceId = "server-1";
- SegmentBuildTimeLeaseExtender.getOrCreate(instanceId, new
ServerMetrics(new MetricsRegistry()), _tableName);
+ SegmentBuildTimeLeaseExtender.getOrCreate(instanceId, new
ServerMetrics(new MetricsRegistry()), tableConfig.getTableName());
RealtimeTableDataManager tableDataManager =
mock(RealtimeTableDataManager.class);
when(tableDataManager.getServerInstance()).thenReturn(instanceId);
RealtimeSegmentStatsHistory statsHistory =
mock(RealtimeSegmentStatsHistory.class);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]