You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the latest tag MQ image in our integration tests. In
December, MQ's container image removed the no-auth svrconn channel
so this breaks the connector tests that try to make connections
to MQ without credentials.
This commit adds a custom MQSC script to configure the queue
manager to restore the previous behaviour.
The MQSourceTaskAuthIT tests still test the ability to connect to
a queue manager with auth credentials, so this commit means we
still test connecting with and without credentials.
Contributes-to: event-integration/eventstreams-planning#12427
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
0 commit comments