luocooong commented on a change in pull request #2327:
URL: https://github.com/apache/drill/pull/2327#discussion_r730345453
##########
File path:
contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcWriterWithPostgres.java
##########
@@ -210,6 +216,40 @@ public void testWithLargeFile() throws Exception {
assertTrue(dropResults.succeeded());
}
+ @Test
+ @Ignore("This is a slow test. Please run manually.")
+ public void testWithReallyLongFile() throws Exception {
+ Path generatedFile = null;
+ try {
+ generatedFile =
JdbcTestUtils.generateCsvFile("csv/very_large_file.csvh", 10, 100000);
Review comment:
Thanks, my issue is gone.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]