jaredgoldman
5ccc72111b
Ensure tests are running and working up until asserting pps
2023-02-26 15:59:55 -05:00
jaredgoldman
178fb8b56e
Remove breaking call to load pps from ledger
2023-02-26 13:12:11 -05:00
jaredgoldman
575cb854db
Remove whitespace, uneeded comments
2023-02-26 13:12:11 -05:00
jaredgoldman
6068724fd4
Minor formatting
2023-02-26 13:12:11 -05:00
jaredgoldman
6ccdb8cbf8
Ensure to cleanup by passing fixture in paper_test signature
2023-02-26 13:12:11 -05:00
jaredgoldman
884ddc2552
Ensure config path is being updated with _testing correctly during testing
2023-02-26 13:12:11 -05:00
jaredgoldman
bf1757de07
Push failing assert no pps test
2023-02-26 13:12:11 -05:00
jaredgoldman
c8e6312044
Reformat fake fill in paper engine,
...
Ensure tests pass, refactor test wrapper
2023-02-26 13:12:11 -05:00
jaredgoldman
e8714c2d17
Ensure actual pp is sent to ems
...
ensure not to write pp header on startup
Comment out pytest settings
Add comments explaining delete_testing_dir fixture
use nonlocal instead of global for test state
Add unpacking get_fqsn method
Format test_paper
Add comments explaining sync/async book.send calls
2023-02-26 13:12:11 -05:00
algorandpa
b80dfe4f9c
Use constants value for test config dir path
2023-02-26 13:12:11 -05:00
algorandpa
6257cc8dae
Use Path.mkdir instead of os.mkdir
2023-02-26 13:12:11 -05:00
algorandpa
f307197031
Remove broken import
2023-02-26 13:12:11 -05:00
algorandpa
cf0b85aa51
Add back cleanup fixture
2023-02-26 13:12:11 -05:00
algorandpa
0527310071
Enable backpressure during data-feed layer startup to avoid overruns
2023-02-26 13:12:11 -05:00
algorandpa
f79f0ede5b
more formatting
2023-02-26 13:12:11 -05:00
algorandpa
362a2b301f
Minor formatting
2023-02-26 13:12:11 -05:00
algorandpa
47d48ba3a3
Format to prep for PR
2023-02-26 13:12:11 -05:00
algorandpa
51ce71c969
Add hacky cleanup solution for _testng data
2023-02-26 13:12:11 -05:00
algorandpa
8c568d1b2a
Make config grab _testing dir in pytest env,
...
- Remove print statements
2023-02-26 13:12:11 -05:00
algorandpa
5b0ed6c274
Break test into steps
2023-02-26 13:12:11 -05:00
algorandpa
87f8163492
force change branch name
2023-02-26 13:12:11 -05:00
algorandpa
1651e89a06
initial commit on copy
2023-02-26 13:12:11 -05:00
algorandpa
2580259ebe
minor changes, prepare for rebase of overlays branch
2023-02-26 13:12:11 -05:00
algorandpa
cc608dfee7
change id to 'piker-paper'
2023-02-26 13:12:11 -05:00
algorandpa
9066c51b11
restore spacing
2023-02-26 13:12:11 -05:00
algorandpa
d13b4e5f6b
restore spacing
2023-02-26 13:12:11 -05:00
algorandpa
4c5c74a3f5
remove unnecessary return
2023-02-26 13:12:11 -05:00
algorandpa
6ed85484c7
remove more logs
2023-02-26 13:12:11 -05:00
algorandpa
744a9a168a
remove logs, unused args
2023-02-26 13:12:11 -05:00
algorandpa
34c6d73abf
ensure that paper pps are pulled on open
2023-02-26 13:12:11 -05:00
algorandpa
4b7206fd6e
Add Generator as return type of open_trade_ledger
2023-02-26 13:12:11 -05:00
algorandpa
91492d7771
change open_trade_ledger typing to return a Generator type
2023-02-26 13:12:11 -05:00
algorandpa
af4fb59fe8
add basic func to load paper_trades file
2023-02-26 13:12:11 -05:00
Guillermo Rodriguez
85a1b858b4
Fix logging on emsd
2023-02-25 20:56:25 -03:00
Guillermo Rodriguez
47bf45f30e
Merge pull request #464 from pikers/elasticsearch_integration
...
Elasticsearch integration
2023-02-24 16:38:37 -03:00
Esmeralda Gallardo
b96e2c314a
Minor style changes and removed unnecesary comments
2023-02-24 15:11:15 -03:00
Esmeralda Gallardo
f96d6a04b6
Fixed UnboundLocalError on _ahab. Added test for marketstore's initialization
2023-02-22 13:28:07 -03:00
Guillermo Rodriguez
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.
2023-02-21 20:45:10 -03:00
Tyler Goodlet
d0d1554d74
Expose `emsd` task loglevel through to clients
2023-02-21 12:02:01 -05:00
Esmeralda Gallardo
b5cdf14036
Modified elasticsearch file name to 'elastic' to avoid name errors. Applied changes suggested in the pr.
2023-02-21 13:34:29 -03:00
Esmeralda Gallardo
3ce8bfa012
Moved database initialization code inside the open_pikerd context manager
2023-02-21 13:34:29 -03:00
Guillermo Rodriguez
bf9ca4a4a8
Generalize ahab to support elasticsearch logs and init procedure
2023-02-21 13:34:29 -03:00
Guillermo Rodriguez
17a4fe4b2f
Trim unnecesary stuff left from marketstore copy, also fix elastic config name for docker build, add elasticsearch to dependencies
2023-02-21 13:34:28 -03:00
Esmeralda Gallardo
0dc24bd475
Added dockerfile, yaml file and script to statrt an elasticsearch's docker instance.
2023-02-21 13:34:26 -03:00
Tyler Goodlet
2bad692703
Fix up some test warnings (summary) spots
2023-02-21 10:54:18 -05:00
Tyler Goodlet
e01220af14
Type annot tweaks to feeds mod
2023-02-21 10:54:18 -05:00
goodboy
139b8ba0f4
Merge pull request #453 from pikers/overlays_interaction_latency_tuning
...
Overlays interaction latency tuning
2023-02-14 13:48:12 -05:00
Guillermo Rodriguez
ffd707db62
Add try catch for when notify-send is not present on system
2023-02-13 18:08:56 -03:00
Tyler Goodlet
fefb0de51f
Don't update overlays as fsps
2023-02-13 12:27:58 -05:00
Tyler Goodlet
59f34c94b0
Return fast on bad range in `.default_view()`
2023-02-13 12:27:58 -05:00