diff options
| author | Ted Ross <tross@apache.org> | 2009-08-28 22:03:26 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-08-28 22:03:26 +0000 |
| commit | dc6068ce7a6bd0d9467886b44cd6252ba491e615 (patch) | |
| tree | 7bf0b42a58d7f020fc61e81ae53ba7415e8fe91a /cpp/bindings/qmf/tests/run_interop_tests | |
| parent | a435a75437cd389c6fa08ae171f7d25b1d3a7e77 (diff) | |
| download | qpid-python-dc6068ce7a6bd0d9467886b44cd6252ba491e615.tar.gz | |
Major work in the QMF engine.
- The console framework now establishes connectivity with the broker.
- The Ruby binding for console is tracking the engine development.
- Overall improvements (thread safety in Ruby, etc.) have been added.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/tests/run_interop_tests')
| -rwxr-xr-x | cpp/bindings/qmf/tests/run_interop_tests | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/tests/run_interop_tests b/cpp/bindings/qmf/tests/run_interop_tests index e6fc872dbb..f3f78185c7 100755 --- a/cpp/bindings/qmf/tests/run_interop_tests +++ b/cpp/bindings/qmf/tests/run_interop_tests @@ -54,12 +54,23 @@ if test -d ${PYTHON_DIR} ; then echo "Running qmf interop tests using broker on port $BROKER_PORT" PYTHONPATH=${PYTHON_DIR}:${MY_DIR} export PYTHONPATH - echo " Ruby Agent vs. Pure-Python Console" + echo " Ruby Agent (external storage) vs. Pure-Python Console" start_ruby_agent echo " Ruby agent started at pid $AGENT_PID" ${PYTHON_DIR}/qpid-python-test -m python_console -b localhost:$BROKER_PORT $@ RETCODE=$? stop_ruby_agent + + # Also against the Pure-Python console: + # Ruby agent (internal storage) + # Python agent (external and internal) + # C++ agent (external and internal) + # + # Other consoles against the same set of agents: + # Wrapped Python console + # Ruby console + # C++ console + stop_broker if test x$RETCODE != x0; then echo "FAIL qmf interop tests"; exit 1; |
