Support receiving mixed events for both locked and unlocked tasks and models events.add_batch

This commit is contained in:
allegroai
2023-05-25 19:20:35 +03:00
parent de9651d761
commit dff2ed34e8
4 changed files with 45 additions and 40 deletions

View File

@@ -218,6 +218,7 @@ class TestTaskEvents(TestService):
msg=f"This is a log message",
metric="Metric0",
variant="Variant0",
allow_locked=True,
)
)
self.send_batch(events)