Commit graph

76900 commits

Author SHA1 Message Date
Andrew McDonnell
dd7e37d562 Renamed no_search to '' and finished making all tests self-consistent and match somewhat to http://openquery.com/graph/doc and added bug references to tests 2013-06-29 22:55:52 +09:30
Andrew McDonnell
254cf76269 Added tests for no_search - edges, out edges and in edges 2013-06-29 21:48:22 +09:30
Andrew McDonnell
2a8226c1e0 Updated create_attr for varchar latch 2013-06-29 21:47:13 +09:30
Andrew McDonnell
ccd2ca689a Dont allow ORIGID and DESTID columns to be the same as each other. 2013-06-29 21:26:18 +09:30
Andrew McDonnell
5fa6131702 Missed result for boundary conditions 2013-06-29 18:48:51 +09:30
Andrew McDonnell
02a4003dc7 Added bug ref to test 2013-06-29 01:11:20 +09:30
Andrew McDonnell
af6cbf055d Extend permutations tested in basic test, move edge cases to separate test, and add regression test for bug 1195735 2013-06-29 01:01:20 +09:30
Andrew McDonnell
1b4164c18a Remove stacktrace from test case 2013-05-31 19:32:57 +09:30
Andrew McDonnell
e92058de08 Added some tests for bogus latch 2013-05-31 19:31:02 +09:30
Andrew McDonnell
9485893068 Fix assert in debug build on invalid latch 2013-05-31 19:29:23 +09:30
Andrew McDonnell
7032a3cf41 Add test with no latch at alL 2013-05-31 18:55:03 +09:30
Andrew McDonnell
1db0278c8b Updated basic test for varchar latch only 2013-05-28 22:10:27 +09:30
Andrew McDonnell
746330fb34 Added no-search to regression 2013-05-28 22:07:57 +09:30
Andrew McDonnell
607d9fc17f Added specific test suite for upgrade regression 2013-05-28 20:43:04 +09:30
Andrew McDonnell
86d03f63e0 Test for missing base 2013-05-19 22:09:12 +09:30
Andrew McDonnell
34f5af600b Add tests for use of graph when backing store not present, and comment out test causing assertion 2013-05-19 22:05:32 +09:30
Andrew McDonnell
4e66318d80 Cleanup warning consistency 2013-05-19 22:05:07 +09:30
Andrew McDonnell
0532a847cd Fixes for compilation when DEBUG_VERBOSE and RETAIN_INT_LATCH_COMPATIBILITY not defined 2013-05-19 21:43:43 +09:30
Andrew McDonnell
8c39cbd9ca System variable to allow testing - integrate 2013-05-19 21:34:42 +09:30
Andrew McDonnell
aa861d66a8 System variable to allow testing 2013-05-19 21:21:40 +09:30
Andrew McDonnell
2135d44d21 Merge on bzr pull 2013-05-10 23:12:32 +09:30
Andrew McDonnell
227bb5e030 String code and string number work for djikstra and breadth_first, assertion on '0' for no_search 2013-03-08 23:26:26 +10:30
Andrew McDonnell
87f741a698 Implement latch VARCHAR()- query works with good string names, but partially for string'd numbers, and not for null or cast numbers 2013-03-07 23:59:21 +10:30
Andrew McDonnell
4884ba5ef5 Implement latch VARCHAR()- table structure - retain SHORTINT backwards compatibility. Passes test for b/compat 2013-03-04 23:15:29 +10:30
Andrew McDonnell
44222abf21 Fix typo 2013-03-03 10:10:24 +10:30
Andrew McDonnell
b75ca6c6ec First cut at conversion to use varchar (untested) 2013-03-02 23:14:27 +10:30
Arjen Lentz
699e3924b5 Ignoring warnings on drop table in oqgraph basic and create_attr tests
Moved randgraphproc.inc into social.test itself
Cleanup of oqgraph social tests
2013-03-02 11:12:20 +10:00
Arjen Lentz
31dfd3a155 Adding deterministic graph generator for oqgraph
Adding social test suite
2013-03-01 21:01:27 +10:00
Arjen Lentz
1a11797f98 Added oqgraph "create attr" test as per Andrew's regression test. Fixups required before we can record results. 2013-03-01 11:05:05 +10:00
Arjen Lentz
9197b77d01 Moved oqgraph tests/results to main suite/oqgraph directory 2013-03-01 11:02:50 +10:00
Arjen Lentz
c1184ee325 Updated oqgraph basic test for v3 2013-03-01 09:37:44 +10:00
Arjen Lentz
219a00b1b6 Removing oqgraph binlog test cases as v3 is a shim and doesn't do any writes 2013-03-01 08:58:44 +10:00
Arjen Lentz
386df0997c Merge upstream. 2013-03-01 08:54:46 +10:00
Arjen Lentz
79ab9ddbc4 Typo fixup as caught by Andrew (LP bug 1134337) 2013-03-01 08:48:51 +10:00
Andrew McDonnell
a0ab3d0d37 Regression test for #1134338 and #1134337 and #1134265 2013-02-28 23:17:17 +10:30
Andrew McDonnell
ce46146b35 Fix segfaults caused by invalid origid, destid, weight attributes 2013-02-28 23:01:10 +10:30
Andrew McDonnell
eccf20b5a0 Fix typo (empty destid still getting through open table) 2013-02-28 22:54:46 +10:30
Arjen Lentz
d4b02db9cb oqgraph cleanups 2013-02-28 15:49:53 +10:00
Arjen Lentz
d0e852a723 Removed old oqgraph v1 files (graphstore.*)
Updated oqgraph copyright, version and author info.
2013-02-28 10:16:29 +10:00
Andrew McDonnell
79f8ad1b79 Fix error calculating length of underlying table name. 2013-02-27 23:11:57 +10:30
Andrew McDonnell
60c7736f58 Sanity check that expected attributes exist when opening the table. 2013-02-27 22:35:19 +10:30
Antony T Curtis
86ed2765bb Fix for FindJust.cmake
Make sure that boost is included with consistent config.
2013-02-21 10:36:25 -08:00
Antony T Curtis
694cbb5fb9 fix judy cmake case sensitivity 2013-02-14 10:38:35 -08:00
Antony T Curtis
946d4fc1ab Simple change so that it is possible to create binaries on MacOS 10.7 which will run on MacOS 10.6 2013-02-10 23:21:19 -08:00
Antony T Curtis
321de37e68 Merge with lp:maria/10.0 2013-02-10 16:21:49 -08:00
Antony T Curtis
1af7d555b7 Fixups for OQGraph v3 on MariaDB 10.0 2013-02-10 16:07:55 -08:00
Antony T Curtis
f887a9563b Const correctness and include dependency fixes. 2013-02-10 16:06:45 -08:00
unknown
036ef7fe44 merge 2013-02-04 17:30:39 +02:00
unknown
1f85b1e069 MDEV-3873: post-merge fix. 2013-02-04 17:25:10 +02:00
Sergei Golubchik
330d3a7d1f missing cast added 2013-02-04 11:47:57 +01:00