GitHub user spetz added a comment to the discussion: [VOTE] Release Apache Iggy (incubating) v0.5.0
@yonik do you get any errrors when you run these tests separately? ``` cargo test given_all_expired_messages_segment_should_be_expired cargo test transport_tcp_message_headers_scenario_expects ``` If that works, could you either try rerunning it all with `cargo test`, or `nextest`? ``` cargo install cargo-nextest cargo nextest run ``` GitHub link: https://github.com/apache/iggy/discussions/2076#discussioncomment-13999184 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
