gaurav-narula opened a new pull request, #15288: URL: https://github.com/apache/kafka/pull/15288
`00000000000000000001.snapshot` is created by `ProducerStateManager::takeSnapshot`. Its field `logDir` is the return value of `UnifiedLog::dir` which was not mocked before. This resulted in the producer snapshot beeing created in the subproject root. The fix is to create the partition directory and setting the mock appropriately. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org