Skip to content

Commit

Permalink
Add another expected error for compatibility with previous version of…
Browse files Browse the repository at this point in the history
… Pharo 12
  • Loading branch information
jvanecek committed Aug 30, 2024
1 parent f78ed79 commit cc0a2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Ansible-RabbitMQ-Tests/RabbitMQClientTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ RabbitMQClientTest >> testPublishingMessageWhenClientUnexpectedlyClosesConnectio
assertingLogRecordsMatchRegexes:
{ '\[INFO\] AMQP connection localhost\:(\d+)->localhost\:5672 closed due to Connection close while waiting for data.' .
'\[INFO\] AMQP connection localhost\:(\d+)->localhost\:5672 established successfully' .
'\[ERROR\] AMQP Heartbeat failed unexpectedly \(connection closed while sending data\).' .
'\[INFO\] AMQP connection localhost\:(\d+)->localhost\:5672 closed due to connection closed while sending data' .
'\[ERROR\] AMQP Heartbeat failed unexpectedly \((connection closed while sending data|Socket destroyed, cannot retrieve error message)\).' .
'\[INFO\] AMQP connection localhost\:(\d+)->localhost\:5672 closed due to (connection closed while sending data|Socket destroyed, cannot retrieve error message)' .
'\[INFO\] AMQP connection localhost\:(\d+)->localhost\:5672 established successfully' }
].

Expand Down

0 comments on commit cc0a2b4

Please sign in to comment.