GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/3933 Ignite 8186 - test base for sql feature coverage Created test base and basic tests to cover sql features with tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8186 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3933.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3933 ---- commit 8da6b1c01b8d7583d2c3e39786c1f1bd133174a1 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-13T17:40:30Z IGNITE-8186: Draft of test base. commit 6000d573c8d030fa471cb9ce1b7b2c05bb2209cf Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-16T15:34:02Z IGNITE-7743: Implemented base with ddl setup. commit 7254770c69c7a7d0404b8dec55e61ae031e0382a Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-16T16:36:38Z IGNITE-8186: Updated doc, fixed grid startup. commit 1c35a7a65844d049193fab5cb75c0d49c26a9824 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T10:11:19Z IGNITE-8186: Updated assert methods. commit 604fd9c5b6ec3918b4737b61a980e52c3a7c7ca2 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T10:52:49Z IGNITE-8186: added age field; cleanup. commit ed0970997ad2419b12417b97d5ccead65d05b2aa Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T11:27:06Z IGNITE-8186: Testing on all nodes. commit b9b40e4572fe3fdba2496b8ed69685af7e63794a Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T11:34:00Z IGNITE-8186: use cache from node. commit 568f7199c308070defbb1d976c072da54c146b7f Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T12:40:43Z Merge remote-tracking branch 'origin/master' into ignite-8186 commit f9449a89e654c985e628f386452724620e90d44e Author: devozerov <vozerov@...> Date: 2018-04-17T15:09:20Z Review. commit ff03b8f73599dfd93d575cc72f5f7a702d02775e Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T17:27:09Z IGNITE-8186: test with scan query. commit 3660ba07c085dab1bd7f0e88378da80f31f4d5bb Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T17:33:57Z IGNITE-8186: updated according to comments. commit 88da5188cee104b0048bfaf1d0ea1a2552c44ba0 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-17T18:41:27Z IGNITE-8186: fixed select(); fixed test. commit cee4e16e1bef02d04fc982486abd682eb61f156d Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-18T14:12:17Z IGNITE-8186: updated tests. commit 44ef8e76a54f3e132dacc1e8af7f4d14427dc8b3 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-18T17:36:12Z IGNITE-8186: fixed assertion. commit 14a59b21967c8a7cd0fe6cbf0977f2d314edb7ed Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-18T17:41:47Z IGNITE-8186: more stable comparison. commit 067ae256ffc161c76c6d32c6edfb080d104657b9 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-19T11:41:57Z IGNITE-8186: fixed partitioned test setup. commit 517cccf3cdc0c11ebc4d9a7d65212148137fe63d Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-19T13:25:59Z IGNITE-8186: Property injection; Added disk/inmemory configurations. commit 3e63dd23250dbc79dffdccb9813dac5cfdb89316 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-19T19:02:09Z IGNITE-8186: Fixed lookup for fields in Cache.Entry. commit d9e3776e841d900c5eca5bf538c2ab74e343be3b Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-19T19:17:57Z IGNITE-8186: Refactoring. commit 1e96576a9d68fe9609174fcf8f3203da397afcc7 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-19T19:27:14Z IGNITE-8186: node -> cache for select method. commit efb1ff3bd4851cee8726907ba724b8085c7f6062 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T12:22:55Z IGNITE-8186: Added create index. commit b954815081d66288f087b98ab011b67976ccf5f8 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T13:23:15Z IGNITE-8186: separated create table and fill data. commit 4369ef2b00aef4eed40736d9cdd346bdc6c45aba Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T13:25:24Z IGNITE-8186: fixed create index freeze. commit 7a12b9ccebef5eb8a7f4c239c9ce9bfed6eb38c0 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T18:19:45Z IGNITE-8186: Refactored select method. commit 8f86e3005a691121e1a07dc142000d4049b6bc78 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T18:33:29Z IGNITE-8186: added tests for in operator. commit 266d9795adc29c9c005234d6c5079c879fbf1af6 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-20T19:01:54Z IGNITE-8186: Tests for ><= operators. commit e49f387ac655e11b8393af31b510f54919965254 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-23T14:33:40Z IGNITE-8186: Got rid of checkedSelect. commit cd6a9a83411e50cc1e7578847cb5fc2552e85242 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-24T12:11:15Z IGNITE-8186: Group by test. commit 263ac6f7fe1e91e0733a06504284c07a134059a2 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-24T12:14:12Z IGNITE-8186: cosmetics. commit b0e749011fbe448f6824c671c8555d29cec19ea9 Author: Pavel Kuznetsov <palmihal@...> Date: 2018-04-24T18:14:55Z IGNITE-8186: fixed idx vs noidx scenarious. ---- --- |
Free forum by Nabble | Edit this page |