You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/test/java/io/airbyte/cdk/integrations/source/relationaldb/StateDecoratingIteratorTest.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ void testUnicodeNull() {
289
289
}
290
290
291
291
@Test
292
-
@DisplayName("When initial cursor is null, and emit state for every record")
292
+
//When initial cursor is null, and emit state for every record
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/java/io/airbyte/cdk/integrations/debezium/CdcSourceTest.java
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/dependencies/src/test/java/io/airbyte/configoss/helpers/YamlListToStandardDefinitionsTest.java
+12-12
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,15 @@ class YamlListToStandardDefinitionsTest {
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/test/java/io/airbyte/cdk/integrations/destination/gcs/csv/GcsCsvFormatConfigTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@
21
21
importorg.junit.jupiter.api.DisplayName;
22
22
importorg.junit.jupiter.api.Test;
23
23
24
-
@DisplayName("GcsCsvFormatConfig")
24
+
//GcsCsvFormatConfig
25
25
publicclassGcsCsvFormatConfigTest {
26
26
27
27
@Test
28
-
@DisplayName("Flattening enums can be created from value string")
28
+
//Flattening enums can be created from value string
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/test/java/io/airbyte/cdk/integrations/destination/gcs/jsonl/GcsJsonlFormatConfigTest.java
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/test/java/io/airbyte/cdk/integrations/destination/s3/S3FormatConfigsTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@
16
16
importorg.junit.jupiter.api.DisplayName;
17
17
importorg.junit.jupiter.api.Test;
18
18
19
-
@DisplayName("S3FormatConfigs")
19
+
//S3FormatConfigs
20
20
publicclassS3FormatConfigsTest {
21
21
22
22
@Test
23
-
@DisplayName("When CSV format is specified, it returns CSV format config")
23
+
//When CSV format is specified, it returns CSV format config
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/test/java/io/airbyte/cdk/integrations/destination/s3/csv/S3CsvFormatConfigTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@
23
23
importorg.junit.jupiter.api.DisplayName;
24
24
importorg.junit.jupiter.api.Test;
25
25
26
-
@DisplayName("S3CsvFormatConfig")
26
+
//S3CsvFormatConfig
27
27
publicclassS3CsvFormatConfigTest {
28
28
29
29
@Test
30
-
@DisplayName("Flattening enums can be created from value string")
30
+
//Flattening enums can be created from value string
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/test/java/io/airbyte/cdk/integrations/destination/s3/jsonl/S3JsonlFormatConfigTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@
21
21
importorg.junit.jupiter.api.DisplayName;
22
22
importorg.junit.jupiter.api.Test;
23
23
24
-
@DisplayName("S3JsonlFormatConfig")
24
+
//S3JsonlFormatConfig
25
25
publicclassS3JsonlFormatConfigTest {
26
26
27
27
@Test
28
-
@DisplayName("Flattening enums can be created from value string")
28
+
//Flattening enums can be created from value string
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/test/java/io/airbyte/cdk/integrations/destination/s3/tamplate/S3FilenameTemplateManagerTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class S3FilenameTemplateManagerTest {
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/test/java/io/airbyte/cdk/integrations/destination/s3/util/S3OutputPathHelperTest.java
0 commit comments