Changeset: 15cace50a3c9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/15cace50a3c9
Added Files:
        sql/test/BugTracker-2024/Tests/7603-copy-into-3files-crash.test
Modified Files:
        sql/test/BugTracker-2024/Tests/All
Branch: Aug2024
Log Message:

add test for bug #7603


diffs (18 lines):

diff --git a/sql/test/BugTracker-2024/Tests/7603-copy-into-3files-crash.test 
b/sql/test/BugTracker-2024/Tests/7603-copy-into-3files-crash.test
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2024/Tests/7603-copy-into-3files-crash.test
@@ -0,0 +1,5 @@
+statement ok
+CREATE TABLE foo(i INT, t TEXT, j INT)
+
+statement error
+COPY INTO foo FROM '7587-rejectmismatch.csv.gz', '7587-rejectmismatch.csv.gz', 
'7587-rejectmismatch.csv.gz' ON CLIENT
diff --git a/sql/test/BugTracker-2024/Tests/All 
b/sql/test/BugTracker-2024/Tests/All
--- a/sql/test/BugTracker-2024/Tests/All
+++ b/sql/test/BugTracker-2024/Tests/All
@@ -98,3 +98,4 @@ 7593-double-as-text-notation-issue
 KNOWNFAIL?7598-foreign_key_match_options
 KNOWNFAIL?7598-foreign_key_match_options_dump
 7602-copy-into-multiple-files
+7603-copy-into-3files-crash
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to