Changeset: bab3e43e7f03 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bab3e43e7f03 Modified Files: sql/test/bincopy/Tests/All Branch: Jun2023 Log Message:
Reorder sql/test/bincopy/Tests/All to respect the .reqtests Tests bincopy_decimal_range and bincopy_string_width depended on bincopycollist-prepare but were run before that. diffs (14 lines): diff --git a/sql/test/bincopy/Tests/All b/sql/test/bincopy/Tests/All --- a/sql/test/bincopy/Tests/All +++ b/sql/test/bincopy/Tests/All @@ -55,8 +55,8 @@ bincopy_blobs_on_client bincopy_blobs_on_server bincopy_default_values -bincopy_decimal_range -bincopy_string_width bincopycollist-prepare bincopycollist +bincopy_decimal_range +bincopy_string_width _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
