Bug fix - In case of multiple requests to start or stop the vorker (e.g. 2-3 starts in a row), the system silently ignores the actions without returning an error to the user. Besides, due to the empty catch(Throwable) block, errors are not processed and logged, which makes diagnostics difficult. The user was not notified about incorrect repeated actions.
Description of the Change:
Updated the CLT test for Kafka, added cases that check that Manticore returns an error when trying to suspend an already suspended materialised view (MV) or resume an already resumed MV.
Type of Change:
Description of the Change:
Related Issue (provide the link):