Skip to content

Commit

Permalink
IGNITE-5439: JDBC Thin: query cancel support. This closes apache#4252.…
Browse files Browse the repository at this point in the history
… This closes apache#5441.
  • Loading branch information
mcherkasov committed May 21, 2019
1 parent 04d522e commit 3e07e53
Show file tree
Hide file tree
Showing 39 changed files with 22,100 additions and 371 deletions.
Expand Up @@ -75,6 +75,7 @@
import org.apache.ignite.jdbc.thin.JdbcThinResultSetSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinSchemaCaseTest;
import org.apache.ignite.jdbc.thin.JdbcThinSelectAfterAlterTable;
import org.apache.ignite.jdbc.thin.JdbcThinStatementCancelSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStreamingNotOrderedSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStreamingOrderedSelfTest;
Expand Down Expand Up @@ -173,6 +174,7 @@ public static TestSuite suite() {
suite.addTest(new JUnit4TestAdapter(JdbcThinMetadataSelfTest.class));
suite.addTest(new JUnit4TestAdapter(JdbcThinMetadataPrimaryKeysSelfTest.class));
suite.addTest(new JUnit4TestAdapter(JdbcThinErrorsSelfTest.class));
suite.addTest(new JUnit4TestAdapter(JdbcThinStatementCancelSelfTest.class));

suite.addTest(new JUnit4TestAdapter(JdbcThinInsertStatementSelfTest.class));
suite.addTest(new JUnit4TestAdapter(JdbcThinUpdateStatementSelfTest.class));
Expand Down

0 comments on commit 3e07e53

Please sign in to comment.