snazy commented on code in PR #2248: URL: https://github.com/apache/polaris/pull/2248#discussion_r2254085051
########## service/common/src/test/java/org/apache/polaris/service/task/TaskExecutorImplTest.java: ########## @@ -58,6 +58,7 @@ void testEventsAreEmitted() { new TaskEntity.Builder() .setName("mytask") .setId(metaStoreManager.generateNewEntityId(polarisCallCtx).getId()) + .setCreateTimestamp(polarisCallCtx.getClock().millis()) Review Comment: Just noting: this went unnoticed with the mocked diagnostics. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org