JoshuaXOng commented on PR #2609: URL: https://github.com/apache/iggy/pull/2609#issuecomment-3811401047
Ah I should be fine for now, the logic error was the tests trying to create networks with the same name- likely separate processes running concurrently. I added a [commit](https://github.com/apache/iggy/commit/7462fe4dbaf5b332f03bab4040a632c9913b4fc8) in my branch to swap it over to use `Uuid` instead of `AtomicU64`. I'm erroring out on some unrelated tests running locally (e.g., `server::concurrent_addition::matrix::tcp_consumer_group_cold_barrier_on_expects`), but I think it relates to https://github.com/apache/iggy/issues/2629. So I'm just waiting on that before re-running, then re-raising the PR. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
