1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-15 12:09:09 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Ben Thompson
e87e9fd5ae Changes to MetadataFile for updating entries. changes references to metadata object name to key. enhanced the metadataJournal file unit_test. 2019-03-25 17:23:22 -05:00
Patrick LeBlanc
e27f91e59e A couple minor changes to the unit tests. Not sure why the compiler
wasn't complaining.
2019-03-25 09:39:12 -05:00
Patrick LeBlanc
4ff769ab24 Got a pretty decent unit test for Sync working. 2019-03-22 12:04:36 -05:00
Patrick LeBlanc
323fd18953 Fixed some stuff, got a basic unit test for sync to work. 2019-03-21 15:23:23 -05:00
Patrick LeBlanc
07b4bdd19c Got the synchronizer stuff to build. 2019-03-21 12:42:10 -05:00
Patrick LeBlanc
c674a2921f Merge branch 'develop' into synchronizer 2019-03-20 13:48:31 -05:00
Patrick LeBlanc
2990d320aa Checkpointing some unit test stuff, won't build yet. 2019-03-20 13:17:16 -05:00
Ben Thompson
0b4cbad829 Add MetadataFile / Replicator class and initial IOC-write logic. 2019-03-20 11:44:43 -05:00
Patrick LeBlanc
208e3c300d First cut of the journal-merging code + the unit test for it.
Looks like it's working.
2019-03-12 11:51:47 -05:00
Patrick LeBlanc
13ade9e724 Added more Cache tests, fixed a couple bugs. 2019-03-08 10:35:36 -06:00
Patrick LeBlanc
9bd6ddac1b Fixed up some sync stuff. 2019-03-07 08:47:39 -06:00
Patrick LeBlanc
c386881f40 Simple unit test for Cache::read(), and corresponding fixes. 2019-03-06 14:41:30 -06:00
Patrick LeBlanc
2619aa8983 Added to the unit test
Effectively this is just a test of Config, to make sure it's
doing envvar substitutions & number suffix expansions right.
2019-02-21 16:27:22 -06:00
Patrick LeBlanc
b78cac755b Phase 1 of trying to clean up some messaging code. 2019-02-11 18:08:18 -06:00
Patrick LeBlanc
4f47ee1f96 Implemented the SM-side copy op & a couple minor changes. 2019-02-01 13:05:29 -06:00
Patrick LeBlanc
ce8398876a Made IOCoordinator a singleton vs a global. 2019-02-01 09:48:25 -06:00
Patrick LeBlanc
07cc7f9d0e Made the list-dir test clean up after itself. 2019-02-01 08:43:07 -06:00
Patrick LeBlanc
443c4dfdf3 Finished the unit tests & they pass. 2019-01-31 16:23:07 -06:00
Patrick LeBlanc
13af644425 Working on defining message structures and unit tests for
the PosixTask subclasses.
2019-01-31 14:43:32 -06:00
Patrick LeBlanc
76fe86a0f7 Important fix in IOCoordinator. Added the start of some
unit tests.
2019-01-30 18:29:17 -06:00