Skip to content

Commit aff8e7e

Browse files
Test LobSizeLatestIT
1 parent 71ce098 commit aff8e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
image: [ 'jdbc-centos7-openjdk8', 'jdbc-centos7-openjdk11', 'jdbc-centos7-openjdk17', 'jdbc-centos7-openjdk21' ]
50-
category: [{suites: 'ReproUploadCorruptionTestSuite', name: 'ReproUploadCorruption'}]
51-
iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
50+
category: [{suites: 'StatementTestSuite', name: 'TestCategoryStatement'}]
51+
iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]
5252
steps:
5353
- uses: actions/checkout@v5
5454
- name: Run testPutAndGetLargeFileRepeated on AWS

src/test/java/net/snowflake/client/internal/jdbc/LobSizeLatestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.junit.jupiter.params.provider.ArgumentsProvider;
3939
import org.junit.jupiter.params.provider.ArgumentsSource;
4040

41-
@Tag(TestTags.REPRO_UPLOAD_CORRUPTION)
41+
@Tag(TestTags.STATEMENT)
4242
public class LobSizeLatestIT extends BaseJDBCTest {
4343

4444
private static final Logger logger = Logger.getLogger(SnowflakeDriverIT.class.getName());

0 commit comments

Comments
 (0)