Class SpannerMeterTest
java.lang.Object
io.debezium.connector.spanner.metrics.SpannerMeterTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Stream<org.junit.jupiter.params.provider.Arguments>private static Stream<org.junit.jupiter.params.provider.Arguments>(package private) void(package private) void(package private) void(package private) voidtestGetLowWatermark(Boolean lowWatermarkEnabled, com.google.cloud.Timestamp expected) (package private) voidtestGetLowWatermarkLag(Boolean lowWatermarkEnabled, Long expected) (package private) void(package private) void(package private) void(package private) void(package private) void
-
Constructor Details
-
SpannerMeterTest
SpannerMeterTest()
-
-
Method Details
-
testConstructor
- Throws:
InterruptedException
-
testCaptureTable
@Test void testCaptureTable() -
testReset
@Test void testReset() -
testGetTaskUid
@Test void testGetTaskUid() -
lowWatermarkLagProvider
-
testGetLowWatermarkLag
@ParameterizedTest @MethodSource("lowWatermarkLagProvider") void testGetLowWatermarkLag(Boolean lowWatermarkEnabled, Long expected) throws InterruptedException - Throws:
InterruptedException
-
lowWatermarkProvider
-
testGetLowWatermark
@ParameterizedTest @MethodSource("lowWatermarkProvider") void testGetLowWatermark(Boolean lowWatermarkEnabled, com.google.cloud.Timestamp expected) throws InterruptedException - Throws:
InterruptedException
-
testGetNumberOfPartitionsDetected
@Test void testGetNumberOfPartitionsDetected() -
testGetNumberOfQueriesIssuedTotal
@Test void testGetNumberOfQueriesIssuedTotal() -
testGetNumberOfActiveQueries
@Test void testGetNumberOfActiveQueries() -
testGetErrorCount
@Test void testGetErrorCount()
-