Skip to content

Commit 0101e7e

Browse files
committed
comment out failing test to avoid bogus failures
This is for issue #46. Bigger discussion there. problem is need to declare a consumer so the queue snags the published announcement. currently the producer works, publishing the message, but the method used to check that needs for a queue to be bound and waiting for it. that's missing. a bit of work to fix.
1 parent 3aaafa4 commit 0101e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static_flow/flow_maint_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ ! -d "${pyexamples}" ]; then
5757
fi
5858
fi
5959

60-
printf "running the python example from ($pyexamples}\n\n"
60+
printf "running the python example from (${pyexamples})\n\n"
6161
echo " running: python3 ${pyexamples}/moth_api_producer.py amqp://bunnymaster:${adminpw}@localhost "
6262
python3 ${pyexamples}/moth_api_producer.py amqp://bunnymaster:"${adminpw}"@localhost
6363

@@ -77,7 +77,7 @@ posted_message_count="`rabbitmqadmin -H localhost -u bunnymaster -p ${adminpw} -
7777

7878
printf "count of messages queued is: ${posted_message_count}\n\n"
7979

80-
calcres "${posted_message_count}" 1 "moth_api_producer.py should have posted 1 message"
80+
#calcres "${posted_message_count}" 1 "moth_api_producer.py should have posted 1 message"
8181

8282
sr3 stop
8383

0 commit comments

Comments
 (0)