Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

import org.apache.flink.types.Row;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.util.Arrays;
Expand Down Expand Up @@ -58,7 +57,7 @@
public class StreamingReadWriteTableWithKafkaLogITCase extends KafkaTableTestBase {

@BeforeEach
public void setUp() throws Exception {
public void setUp() {
init(createAndRegisterTempFile("").toString());
}

Expand Down Expand Up @@ -1244,14 +1243,6 @@ public void testReadInsertOnlyChangelogFromTimestamp() throws Exception {
.close();
}

/**
* TODO.
*
* <p>This test will fail due to: <a
* href="https://issues.apache.org/jira/browse/FLINK-28185">FLINK-28185</a>. This bug will be
* fixed in Flink-1.16.1 and after we update flink version this case can work.
*/
@Disabled
@Test
public void testReadInsertOnlyChangelogFromEnormousTimestamp() throws Exception {
List<Row> initialRecords =
Expand Down