SIENTIAPDE-1150
chore: update image tag to 0.2.4 in values.yaml; refactor logging in slot_manager and temporal_manager for improved readability; modify MongoDB and Redis configurations for better defaults; enhance worker.py with new activities and error handling
This commit is contained in:
@@ -25,7 +25,7 @@ def test_shutdown_failure(couchbase):
|
||||
couchbase.cluster.close.side_effect = Exception("Test error")
|
||||
couchbase.shutdown()
|
||||
couchbase.logger.error.assert_called_once_with(
|
||||
"Failed to close Couchbase connection: %s", couchbase.cluster.close.side_effect)
|
||||
f"Failed to close Couchbase connection: {couchbase.cluster.close.side_effect}")
|
||||
|
||||
|
||||
@mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user