diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-08-11 05:35:14 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-08-11 05:35:14 +0000 |
commit | 9fa41da7edc0c984a47d8f4765df1a43d6479b45 (patch) | |
tree | cdd7ab00dbf5709fb7c5bc6297f4878e89e358e2 | |
parent | eba5b91606cd105e8db0d3fad472a3683fbfe05b (diff) | |
download | qpid-python-9fa41da7edc0c984a47d8f4765df1a43d6479b45.tar.gz |
Reinstate reliable_replication_test
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@802993 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 01c58556d3..db4c8ba914 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -317,9 +317,8 @@ CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers) # Not run under valgrind, too slow LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_perftest run_ring_queue_test stop_broker \ - run_failover_soak \ + run_failover_soak reliable_replication_test \ federated_cluster_test_with_node_failure -# TODO: renable the temporarily disabled the failing reliable_replication_test when QPID-1984 is resolved. EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak reliable_replication_test \ federated_cluster_test_with_node_failure \ |