Tasks #451
Integration Test for Cross-language XOP Communication
Status: | Resolved | Start date: | 07/27/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | Language Integration | |||
Target version: | - |
Description
- C++ (in progress)
- Python (basic stuff works)
- Java (missing)
- Common Lisp (basic stuff works)
Associated revisions
Added tests coordination script in integrationtest/test
refs #451
refs #451
- integrationtest/test/integrationtest.py: coordination script for
integration test - integrationtest/test/spread.conf.in: template for Spread
configuration file for integration test
Recompute options in integrationtest/lisp/{informer,listener}.lisp
refs #451
refs #451
- integrationtest/lisp/informer.lisp: recompute RSB configuration
options when image is restarted - integrationtest/lisp/listener.lisp: likewise
Create wait file in integrationtest/lisp/listener.lisp
refs #451
refs #451
- integrationtest/lisp/listener.lisp: once the reader instance is
setup, create a "wait file" for the test coordinator
Refactoring, and improvements in test/integrationtest.py
refs #451
refs #451
- test/integrationtest.py: refactored spawning and waiting functions;
reduced wait times
Added Python programs in integrationtest/python/{listener,informer}.py
refs #451
refs #451
- python/informer.py: new file; informer for Python
- python/listener.py: new file; listener for Python
Open output files correctly in python/listener.py
refs #451
refs #451
- python/listener.py: open output files with 'w' mode; fixed filenames
of output files
Don't write output into data directory in python/listener.py
refs #451
refs #451
- python/listener.py: open output files in the current directory
instead of the data directory
Fixed variable name in python/listener.py
refs #451
refs #451
- python/listener.py: fixed variable reference Receiver.conter ->
Receiver.counter
History
#1 Updated by J. Moringen about 13 years ago
- Category set to Language Integration
#2 Updated by J. Moringen about 13 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
#3 Updated by J. Moringen almost 13 years ago
- Assignee set to J. Moringen
- % Done changed from 30 to 50
#4 Updated by J. Moringen almost 13 years ago
- Description updated (diff)
- % Done changed from 50 to 70
#5 Updated by J. Moringen over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100