vanatteveldt / nlpipe

Client/server based NLP Pipelining
MIT License
1 stars 2 forks source link

integration test for whole system #6

Open vanatteveldt opened 8 years ago

vanatteveldt commented 8 years ago

Test client - server - worker- server - client integration for direct filesystem access Depends on #2 and #5

vanatteveldt commented 8 years ago

I added a test for the whole file pipeline: you can add documents to the queue, check their status, process them, and get the results.

We need to create a base worker and check that it works in a multi-process setting with separate client and worker threads.