Commit graph

34 commits

Author SHA1 Message Date
Oleg Silkin 1332610b57 Adds testing for the database handling concurrent write requests 2019-07-24 01:47:14 -04:00
Oleg Silkin d65b2b125b Adds server stress testing to see how much it can uphold 2019-07-24 01:46:43 -04:00
Oleg Silkin 4e977072a9 More refactoring 2019-07-24 01:46:08 -04:00
Oleg Silkin a8d5e4b52d Moves schema/ to src/schema/ 2019-07-22 08:38:53 -04:00
Oleg Silkin 8af6a9eb07 Updates server test for existing functions 2019-07-22 08:13:10 -04:00
Oleg Silkin 1b144e1248 updated http requests 2019-07-21 20:15:53 -04:00
Oleg Silkin 966917532d create_comment -> create_comment_or_error 2019-07-21 20:14:18 -04:00
Oleg Silkin ece988ae36 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	tests/server_test.py
2019-07-21 20:10:15 -04:00
Oleg Silkin f90b97d35c Fuxes up list channel unit tests 2019-07-21 20:09:22 -04:00
Oleg Silkin d1930c082e Merge remote-tracking branch 'origin/master' 2019-06-11 10:54:36 -04:00
Oleg Silkin 8648b3fbcb adds signing_ts to HTTP body 2019-06-11 10:54:08 -04:00
Oleg Silkin bdaa9b00d1 fixes up code 2019-06-10 23:51:23 -04:00
Oleg Silkin 519dffd3fa Fixes unittests for comment creating 2019-06-07 17:42:17 -05:00
Oleg Silkin 02cf92720e Moves functions around into more logical locations 2019-06-06 04:43:47 -05:00
Oleg Silkin f9266a6efc Adds http requests 2019-06-06 02:26:26 -05:00
Oleg Silkin 101465ba0b Makes the unittests more hands-on to predict desired behavior 2019-06-04 08:15:00 -04:00
Oleg Silkin 6b8414b557 Modifies tests and entrypoint 2019-05-29 18:01:48 -04:00
Oleg Silkin c4f1dc1423 Adds pagination to the return of the server 2019-05-29 17:12:41 -04:00
Oleg Silkin 6310d32b57 Adds module to run unittests on the server 2019-05-23 06:36:03 -04:00
Oleg Silkin 3ab97b171a Refactor + fault-tolerance 2019-05-21 15:13:08 -04:00
Oleg Silkin e9ba0cd843 fixes import statements 2019-05-21 08:58:43 -04:00
Oleg Silkin 5fe55ffaa5 Reorganizes imports 2019-05-21 07:54:52 -04:00
Oleg Silkin bb2b907e72 Adds unit testing for async writing to server 2019-05-20 20:44:03 -04:00
Oleg Silkin 3c63ce8a50 saving changes in case of power outage 2019-05-20 19:09:07 -04:00
Oleg Silkin 5a525316d8 Adds asynchronous methods for writing to db 2019-05-20 07:23:06 -04:00
Oleg Silkin 861ea1ea8c moves settings into json format 2019-05-20 05:56:20 -04:00
Oleg Silkin c2c6d78442 Moves methods from class to functional 2019-05-20 05:07:39 -04:00
Oleg Silkin c916a34abd Renames src to lbry_comment_server 2019-05-20 02:59:54 -04:00
Oleg Silkin fb32bbefb1 pushes changes in case of power outage 2019-05-20 02:11:02 -04:00
Oleg Silkin e6da0a21e0 Adds tests for listing comment ids 2019-05-20 01:18:56 -04:00
Oleg Silkin 1e38fd8ca3 more thorough database testing 2019-05-19 17:16:07 -04:00
Oleg Silkin dcbf4be04c Unit tests for mass insertion of comments 2019-05-19 05:51:29 -04:00
Oleg Silkin 4d6855bcc0 Tests for name validation 2019-05-19 03:00:18 -04:00
Oleg Silkin 2a9187b229 Adds unit testing for comment creation 2019-05-19 02:23:20 -04:00