Commit Graph

  • 1397a75d2c Add functionality and tests for executing mutliple orders jaredgoldman 2023-02-25 15:59:14 -0500
  • 4eb9b68b0e Refactor to avoid global state while testing jaredgoldman 2023-02-24 19:09:36 -0500
  • 6ccdb8cbf8 Ensure to cleanup by passing fixture in paper_test signature jaredgoldman 2023-02-24 18:05:17 -0500
  • 884ddc2552 Ensure config path is being updated with _testing correctly during testing jaredgoldman 2023-02-24 17:50:09 -0500
  • 4d32c6f6a2 Ensure not to write to pps when asserting? jaredgoldman 2023-02-24 17:34:58 -0500
  • bf1757de07 Push failing assert no pps test jaredgoldman 2023-02-24 17:23:08 -0500
  • c8e6312044 Reformat fake fill in paper engine, Ensure tests pass, refactor test wrapper jaredgoldman 2023-02-24 13:42:44 -0500
  • e8714c2d17 Ensure actual pp is sent to ems jaredgoldman 2023-02-23 15:21:10 -0500
  • b80dfe4f9c Use constants value for test config dir path algorandpa 2023-02-15 19:48:39 -0500
  • 6257cc8dae Use Path.mkdir instead of os.mkdir algorandpa 2023-02-15 19:35:37 -0500
  • f307197031 Remove broken import algorandpa 2023-02-15 19:17:17 -0500
  • cf0b85aa51 Add back cleanup fixture algorandpa 2023-02-15 19:12:26 -0500
  • 43a68ef700 Disable cleanup to see if CI passes algorandpa 2023-02-15 13:55:39 -0500
  • 519d459dbe Scope fixture to session algorandpa 2023-02-15 13:47:23 -0500
  • b035fa963c Fix type algorandpa 2023-02-14 20:06:05 -0500
  • 3acc424c3e only clean up if _testing file exists algorandpa 2023-02-14 20:02:36 -0500
  • 1e473874ad Remove scoping algorandpa 2023-02-14 20:00:10 -0500
  • edce176ff8 Scope cleanup fixture to module algorandpa 2023-02-14 19:53:55 -0500
  • 0527310071 Enable backpressure during data-feed layer startup to avoid overruns algorandpa 2023-02-14 19:46:09 -0500
  • f79f0ede5b more formatting algorandpa 2023-02-14 19:17:23 -0500
  • 362a2b301f Minor formatting algorandpa 2023-02-14 19:02:43 -0500
  • 47d48ba3a3 Format to prep for PR algorandpa 2023-02-14 19:00:49 -0500
  • 51ce71c969 Add hacky cleanup solution for _testng data algorandpa 2023-02-14 17:06:48 -0500
  • 66c568c7bc Minor reformatting algorandpa 2023-02-14 12:07:42 -0500
  • 8c568d1b2a Make config grab _testing dir in pytest env, - Remove print statements algorandpa 2023-02-13 11:01:02 -0500
  • 5b0ed6c274 Break test into steps algorandpa 2023-02-12 17:04:49 -0500
  • 2ce811f192 Assert that trades persist in ems after teardown and startup algorandpa 2023-02-09 18:14:41 -0500
  • 87f8163492 force change branch name algorandpa 2023-02-09 16:26:22 -0500
  • 1651e89a06 initial commit on copy algorandpa 2023-02-09 15:51:58 -0500
  • 2580259ebe minor changes, prepare for rebase of overlays branch algorandpa 2023-02-09 14:53:57 -0500
  • cc608dfee7 change id to 'piker-paper' algorandpa 2023-01-29 18:50:54 -0500
  • 9066c51b11 restore spacing algorandpa 2023-01-28 18:28:59 -0500
  • d13b4e5f6b restore spacing algorandpa 2023-01-28 18:27:35 -0500
  • 4c5c74a3f5 remove unnecessary return algorandpa 2023-01-28 18:25:37 -0500
  • 6ed85484c7 remove more logs algorandpa 2023-01-28 18:23:42 -0500
  • 744a9a168a remove logs, unused args algorandpa 2023-01-28 18:21:34 -0500
  • 34c6d73abf ensure that paper pps are pulled on open algorandpa 2023-01-28 18:14:59 -0500
  • 4b7206fd6e Add Generator as return type of open_trade_ledger algorandpa 2023-01-27 18:39:00 -0500
  • 91492d7771 change open_trade_ledger typing to return a Generator type algorandpa 2023-02-09 15:19:50 -0500
  • af4fb59fe8 add basic func to load paper_trades file algorandpa 2023-01-13 01:14:47 +0000
  • 26146097eb
    Merge pull request #469 from pikers/emsd_loglevel_fix Guillermo Rodriguez 2023-02-26 00:49:43 -0300
  • fcd8b8eb78 Remove breaking call to load pps from ledger jaredgoldman 2023-02-25 17:45:21 -0500
  • 3e83764b5b Remove whitespace, uneeded comments jaredgoldman 2023-02-25 16:21:30 -0500
  • 3a6fbabaf8 Minor formatting jaredgoldman 2023-02-25 16:09:16 -0500
  • 85ad23a1e9 Remove uneeded assert_precision arg jaredgoldman 2023-02-25 16:01:44 -0500
  • 15525c2b46 Add functionality and tests for executing mutliple orders jaredgoldman 2023-02-25 15:59:14 -0500
  • 76736a5441 Refactor to avoid global state while testing jaredgoldman 2023-02-24 19:09:36 -0500
  • 4c2e776e01 Ensure to cleanup by passing fixture in paper_test signature jaredgoldman 2023-02-24 18:05:17 -0500
  • 1e748f11ef Ensure config path is being updated with _testing correctly during testing jaredgoldman 2023-02-24 17:50:09 -0500
  • 3fcad16298 Ensure not to write to pps when asserting? jaredgoldman 2023-02-24 17:34:58 -0500
  • 2d25d1f048 Push failing assert no pps test jaredgoldman 2023-02-24 17:23:08 -0500
  • e54d928405 Reformat fake fill in paper engine, Ensure tests pass, refactor test wrapper jaredgoldman 2023-02-24 13:42:44 -0500
  • c99381216d Ensure actual pp is sent to ems jaredgoldman 2023-02-23 15:21:10 -0500
  • db2e2ed78f Use constants value for test config dir path algorandpa 2023-02-15 19:48:39 -0500
  • 3bc54e308f Use Path.mkdir instead of os.mkdir algorandpa 2023-02-15 19:35:37 -0500
  • 8c9c165e0a Remove broken import algorandpa 2023-02-15 19:17:17 -0500
  • 7bd8019876 Add back cleanup fixture algorandpa 2023-02-15 19:12:26 -0500
  • 8122e6c86f Disable cleanup to see if CI passes algorandpa 2023-02-15 13:55:39 -0500
  • 7e87dc52eb Scope fixture to session algorandpa 2023-02-15 13:47:23 -0500
  • 2c366d7349 Fix type algorandpa 2023-02-14 20:06:05 -0500
  • 9acbfacd4c only clean up if _testing file exists algorandpa 2023-02-14 20:02:36 -0500
  • 316ead577d Remove scoping algorandpa 2023-02-14 20:00:10 -0500
  • 4b6d3fe138 Scope cleanup fixture to module algorandpa 2023-02-14 19:53:55 -0500
  • 0dec2b9c89 Enable backpressure during data-feed layer startup to avoid overruns algorandpa 2023-02-14 19:46:09 -0500
  • acc86ae6db more formatting algorandpa 2023-02-14 19:17:23 -0500
  • 730906a072 Minor formatting algorandpa 2023-02-14 19:02:43 -0500
  • e5cefeb44b Format to prep for PR algorandpa 2023-02-14 19:00:49 -0500
  • 7142a6a7ca Add hacky cleanup solution for _testng data algorandpa 2023-02-14 17:06:48 -0500
  • dff8abd6ad Minor reformatting algorandpa 2023-02-14 12:07:42 -0500
  • b180602a3e Make config grab _testing dir in pytest env, - Remove print statements algorandpa 2023-02-13 11:01:02 -0500
  • 95b9dacb7a Break test into steps algorandpa 2023-02-12 17:04:49 -0500
  • df868cec35 Assert that trades persist in ems after teardown and startup algorandpa 2023-02-09 18:14:41 -0500
  • 68a196218b force change branch name algorandpa 2023-02-09 16:26:22 -0500
  • 84cd1e0059 initial commit on copy algorandpa 2023-02-09 15:51:58 -0500
  • 86b4386522 minor changes, prepare for rebase of overlays branch algorandpa 2023-02-09 14:53:57 -0500
  • 5bb93ccc5f change id to 'piker-paper' algorandpa 2023-01-29 18:50:54 -0500
  • 3028a8b1f8 restore spacing algorandpa 2023-01-28 18:28:59 -0500
  • 6126c4f438 restore spacing algorandpa 2023-01-28 18:27:35 -0500
  • 41bb0445e0 remove unnecessary return algorandpa 2023-01-28 18:25:37 -0500
  • 97627a4976 remove more logs algorandpa 2023-01-28 18:23:42 -0500
  • 1b2fce430f remove logs, unused args algorandpa 2023-01-28 18:21:34 -0500
  • 8cd2354d73 ensure that paper pps are pulled on open algorandpa 2023-01-28 18:14:59 -0500
  • 9c28d7086e Add Generator as return type of open_trade_ledger algorandpa 2023-01-27 18:39:00 -0500
  • a4bd51a01b change open_trade_ledger typing to return a Generator type algorandpa 2023-02-09 15:19:50 -0500
  • b67d020e23 add basic func to load paper_trades file algorandpa 2023-01-13 01:14:47 +0000
  • 85a1b858b4
    Fix logging on emsd Guillermo Rodriguez 2023-02-25 20:56:25 -0300
  • 47bf45f30e
    Merge pull request #464 from pikers/elasticsearch_integration Guillermo Rodriguez 2023-02-24 16:38:37 -0300
  • b96e2c314a
    Minor style changes and removed unnecesary comments Esmeralda Gallardo 2023-02-24 15:11:15 -0300
  • f96d6a04b6
    Fixed UnboundLocalError on _ahab. Added test for marketstore's initialization Esmeralda Gallardo 2023-02-22 13:28:07 -0300
  • acc6249d88
    Remove unnesesary arguments to some pikerd functions, fix container init error by switching from log reading to quering es health endpoint, fix install on ci and add more logging. Guillermo Rodriguez 2023-02-21 13:58:04 -0300
  • 82174d01c5
    Merge pull request #465 from pikers/loglevel_to_testpikerd jaredgoldman 2023-02-21 12:34:55 -0500
  • 0b678c97f4 Pass `loglevel: str` cli value through to service tests loglevel_to_testpikerd Tyler Goodlet 2023-02-21 12:02:26 -0500
  • d0d1554d74 Expose `emsd` task loglevel through to clients Tyler Goodlet 2023-02-21 12:02:01 -0500
  • 4122c482ba
    Added new tests for elasticsearch's and marketstore's initialization and stop Esmeralda Gallardo 2023-02-21 13:29:35 -0300
  • b5cdf14036
    Modified elasticsearch file name to 'elastic' to avoid name errors. Applied changes suggested in the pr. Esmeralda Gallardo 2023-02-21 13:25:53 -0300
  • 3ce8bfa012
    Moved database initialization code inside the open_pikerd context manager Esmeralda Gallardo 2023-02-21 13:21:35 -0300
  • bf9ca4a4a8
    Generalize ahab to support elasticsearch logs and init procedure Guillermo Rodriguez 2023-02-15 21:22:01 -0300
  • 17a4fe4b2f
    Trim unnecesary stuff left from marketstore copy, also fix elastic config name for docker build, add elasticsearch to dependencies Guillermo Rodriguez 2023-02-15 15:00:57 -0300
  • 0dc24bd475
    Added dockerfile, yaml file and script to statrt an elasticsearch's docker instance. Esmeralda Gallardo 2023-02-15 14:08:23 -0300
  • b3400f0d9c Add `loglevel: str` fixture, passthrough to `open_test_pikerd()` Tyler Goodlet 2023-02-21 10:21:03 -0500