Commit Graph

  • 046665be80 Tests: add test_templates using PitySwarm heck 2021-06-16 16:40:01 +0200
  • 7f837a7120 Tests: PitySwarm - addTestUnit() returns the unit heck 2021-06-16 16:39:31 +0200
  • 5bd3c262bb Tests: PityTest - Exit status is green if 0, otherwise red heck 2021-06-16 16:39:04 +0200
  • 420ec93e9e Tests: test_tofu - refactor out the datatypes and utils heck 2021-06-16 04:02:22 +0200
  • c018c95c57 Tests: test_tofu - WORKING again \o/ heck 2021-06-16 03:01:01 +0200
  • 4fc519bd3f .gitignore heck 2021-06-16 02:01:21 +0200
  • 17e8dad825 Tests: add test_tofu (it doesnt work anymore grrrr...) heck 2021-06-16 01:59:39 +0200
  • bf203337f4 std_utils: add clip() / tldr() heck 2021-06-16 01:58:44 +0200
  • 8c7d92c5a5 Tests: test_adapter.cc - clean includes heck 2021-06-16 01:58:15 +0200
  • 4d5a64908b Utils: add to_string() heck 2021-06-16 01:57:45 +0200
  • f05879b7b2 Tests: PityTest - update tests heck 2021-06-16 01:56:44 +0200
  • 4e571998cc Tests: PityTest - transport var rename heck 2021-06-16 01:56:21 +0200
  • f2d1e6215a Tests: PityTest - report exit status heck 2021-06-16 01:56:03 +0200
  • 248d9ddcef Tests: PityTest - static lib heck 2021-06-16 01:55:21 +0200
  • e2d57a569c Tests: PityTest - HACK for transport peers problem heck 2021-06-10 22:58:13 +0200
  • 0901f2761c Tests: PityTest - add env (process_init) heck 2021-06-10 22:57:49 +0200
  • 85de5e8111 Tests: PityTest - update tests heck 2021-06-10 21:57:35 +0200
  • 09820f9e6d Tests: PityTest - PitySwarm singletyped tree heck 2021-06-10 21:50:18 +0200
  • c580adbdcf Tests: PityTest - PityUnit remove the 2nd template param. heck 2021-06-10 21:49:21 +0200
  • a5a55692c8 Tests: PityTest - cleanup model/node/persp and eliminate forward decls heck 2021-06-10 21:47:47 +0200
  • b49f588561 Tests: PityTest - fsMutex, common lets speed it a little by default heck 2021-06-10 21:47:09 +0200
  • 07b9859295 Tests: PityTest - remove prototype tests heck 2021-06-10 21:46:40 +0200
  • 8f28c98f99 Tests: PityTest - fixes heck 2021-06-10 06:05:36 +0200
  • 1a4107e662 Tests: PityTest - reflect on redesign heck 2021-06-10 05:19:29 +0200
  • 8224eea9d6 Tests: PityTest - update tests heck 2021-06-10 05:18:26 +0200
  • 717dd5acd2 Tests: PityTest - Separation of concerns heck 2021-06-10 05:18:00 +0200
  • eb2a3019ee Tests: PityTest - integrate transport into PityUnit heck 2021-06-10 05:16:44 +0200
  • f79dbbbea2 Tests: PityTest - extract perspective into class heck 2021-06-10 05:16:20 +0200
  • 9d28b5c3e3 Tests: PityTest - extract transport into class heck 2021-06-10 05:16:03 +0200
  • 14e8633b5b .gitignore heck 2021-06-09 01:23:26 +0200
  • 2245a374eb Test: PityTest - Add test_swarm heck 2021-06-09 01:18:16 +0200
  • c386664a1a Test: PityTest - Add Perspective peers/partner etc... heck 2021-06-09 01:17:50 +0200
  • 3ac5b641d8 Test: PityTest - Add fs_mutex (a very primitive IPC sync method) heck 2021-06-08 22:31:31 +0200
  • e45dd9604d Test: PityTest - Add transport heck 2021-06-08 20:07:34 +0200
  • 26996f4fd4 Test: PityTest - PityUnit move stuff to std_utils.cc heck 2021-06-08 20:07:01 +0200
  • 9f579de001 Test: utils.cc - move sleep_millis() to std_utils.cc heck 2021-06-08 20:05:20 +0200
  • 56f24c5e7b std_utils: add random_string() random_char() / dir_ensure() / file_read() / dir_recreate() heck 2021-06-08 20:04:29 +0200
  • 9849a98124 Tests: PityTest - PityNode add inbox dir heck 2021-06-08 20:03:03 +0200
  • 0e270102a3 Tests: Pitytest - Model creates ProcessNodes heck 2021-06-08 03:43:44 +0200
  • 972bf654d8 .gitignore heck 2021-06-07 23:54:25 +0200
  • c05f6e339d Tests: PityTest - Add test_transport.cc heck 2021-06-07 23:53:44 +0200
  • e651caf3b2 Tests: PityTest - Add test_model.cc heck 2021-06-07 23:53:35 +0200
  • 6ec2f2246a Tests: PityNode - update tests heck 2021-06-07 23:53:21 +0200
  • 1e50153809 Tests: PityNode - first shot heck 2021-06-07 23:53:09 +0200
  • c6f377fc2b Tests: PityModel - First shot heck 2021-06-07 23:51:07 +0200
  • 62a99f3c63 Tests: PityUnit - Fixes and renames heck 2021-06-07 23:50:40 +0200
  • 8989c84f25 Tests: PityUnit - Add termCol support heck 2021-06-07 12:57:37 +0200
  • ca05767dff std_utils: Add termCol support heck 2021-06-07 12:57:14 +0200
  • 8cb1fe5ea0 pEpLog: Add termCol support heck 2021-06-07 12:56:16 +0200
  • 6fe42706e6 Tests: PityTest11 - dirs ftw nr.2 heck 2021-06-04 03:27:41 +0200
  • b496d620d2 Tests: PityTest11 - add test_linear heck 2021-06-04 03:09:36 +0200
  • 1429ef9966 Tests: PityTest11 - update tests heck 2021-06-04 03:09:23 +0200
  • 8aa9a8136d Tests: PityTest11 - create dirs heck 2021-06-04 03:05:32 +0200
  • de01a38d10 Tests: PityTest11 - test_processdirs done heck 2021-06-04 02:06:25 +0200
  • ed6d01b4e2 Tests: PityTest11 - test_execmodes heck 2021-06-04 02:06:08 +0200
  • d05a89baa6 Tests: PityTest11 - Test status output heck 2021-06-04 02:05:54 +0200
  • ed3d34f6b3 Tests: PityTest11 - add PTASSERT() heck 2021-06-04 02:05:28 +0200
  • 60655faf02 Tests: delete old prototypes heck 2021-06-04 00:02:28 +0200
  • 50b296b0b5 GroupManagerInterfaces: no virtual destructor, i think heck 2021-06-03 23:47:51 +0200
  • d6fc9cf132 Test: PityTest11 dir rename heck 2021-06-03 23:46:48 +0200
  • d04f53b4a7 Test: pEpTestTree - Rebranding! its now PityTest11 \o/ heck 2021-06-03 23:13:59 +0200
  • f54750366c Test: pEpTestTree - impl is now hxx heck 2021-06-03 19:50:56 +0200
  • 9f36d71228 Test: pEpTestTree - update tests heck 2021-06-03 19:47:52 +0200
  • 774022cb49 Test: pEpTestTree - made generic for the model type heck 2021-06-03 19:47:26 +0200
  • 82fb83b706 Test: pEpTestTree - TestModel forgot virtual (baseclass maybe not even needed) heck 2021-06-03 19:46:51 +0200
  • 6c56d3a94e pEpLog - improve decoration / add logH3 heck 2021-06-03 19:45:42 +0200
  • b6e9e59658 Build: test fw not no main Makefile heck 2021-06-01 22:25:05 +0200
  • 4a38564ce6 pEpTestTree - loads of improvements and func heck 2021-06-01 22:24:08 +0200
  • ccd20fdd74 std_utils: padTo() heck 2021-06-01 22:22:46 +0200
  • 052c6d5b81 pEpLog - some improve logH1, logH2 heck 2021-06-01 22:22:14 +0200
  • da671817e6 pEpLog - some improve logH1, logH2 heck 2021-06-01 22:21:23 +0200
  • 4d4acd22bb grp_manager_interface.hh - forgot the virtual destructors heck 2021-06-01 18:35:42 +0200
  • ba34baa2eb Tests: pEpTest changes, its getting there... wait for it. heck 2021-06-01 12:03:38 +0200
  • e5aa2284ae pEpLog - Add PID heck 2021-05-23 19:35:28 +0200
  • 2d7ec43fbc Test: Add test_pEpTest_basic heck 2021-05-23 19:03:21 +0200
  • 17585d1ee6 Test: Add pEpTest to the build heck 2021-05-23 19:02:53 +0200
  • af276f6f70 Test: pEpTest fix execution model heck 2021-05-23 19:02:36 +0200
  • 6dcdab26d8 Tests - fix naming of test_pEpTest_basic.cc heck 2021-05-23 19:00:49 +0200
  • f62aae7658 pEpLog - fix pEpLogClassRaw heck 2021-05-23 19:00:14 +0200
  • aac0603b60 Tests: add first draft of pEpTest heck 2021-05-20 01:00:08 +0200
  • 9426b6dcfa pEpLog - typos and comments heck 2021-05-20 00:19:44 +0200
  • bb2a582e40 .gitignore heck 2021-05-20 00:19:14 +0200
  • 24aafa8311 Test: test_message_cache.cc - missing include Release_2.1 heck 2021-05-14 16:19:52 +0200
  • e27d594be6 C++ standard pEp-wide has been reverted to C++11 heck 2021-05-14 16:19:31 +0200
  • 9b3975189f Test: Build - add -lpthread heck 2021-05-14 16:18:47 +0200
  • efa54bd050 Tests: Start new Test framework for distributed testing. (Multi-User / Multi-Device) heck 2021-04-29 02:15:15 +0200
  • c3aeb1e0ff Tests: add framework/utils.cc - sleep_millis(); heck 2021-04-29 02:12:41 +0200
  • a015331c53 Split utils.cc and add std_utils.cc heck 2021-04-29 02:11:44 +0200
  • 2a5cdd4383 rename (there will be a group_member_api.h) heck 2021-04-26 04:25:54 +0200
  • 9105e95cb9 Test: update test_group.cc - WIP heck 2021-04-26 04:21:15 +0200
  • 2e7e1bfddf Refactor out into a dedicated replication driver (Implementing the GroupManagerInterface) heck 2021-04-26 04:20:31 +0200
  • 9ab5d92340 adapter_group.h - group_join() is part of the group member API heck 2021-04-26 04:18:55 +0200
  • 59110d5842 grp driver engine - restructure heck 2021-04-26 04:18:03 +0200
  • c21d0d862a grp driver dummy - restructure heck 2021-04-26 04:17:41 +0200
  • fb2ce3f063 Create GroupManagerInterface heck 2021-04-26 04:16:15 +0200
  • 062a836b49 grp_update_drv_dummy.cc - bugfixes heck 2021-04-26 01:13:59 +0200
  • 816299586b grp_query_drv_dummy.cc - impl heck 2021-04-26 01:13:27 +0200
  • 651fc5b181 grp_update_drv_dummy.cc - impl heck 2021-04-25 02:21:19 +0200
  • 8ac42950d5 utils.cc - add to_cxx() for idenitylist, is_c_str_empty() heck 2021-04-25 02:20:42 +0200
  • 2702f621f5 Tests: update because of Utils moved heck 2021-04-25 01:35:37 +0200