GitHub user yonik added a comment to the discussion: [VOTE] Release Apache Iggy 
(incubating) v0.5.0

Hmmm, I got a test failure on my first try:
```
test streaming::segment::should_delete_persisted_segments ... ok

failures:

---- streaming::segment::given_all_expired_messages_segment_should_be_expired 
stdout ----

thread 
'streaming::segment::given_all_expired_messages_segment_should_be_expired' 
panicked at core/integration/tests/streaming/segment.rs:368:5:
assertion failed: !segment.is_expired(not_expired_ts).await
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    streaming::segment::given_all_expired_messages_segment_should_be_expired

test result: FAILED. 1141 passed; 1 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 26.89s

Logs for failed test 
'streaming::segment::given_all_expired_messages_segment_should_be_expired':
2025-08-04 18:15:48.293558  INFO - Initializing MemoryPool with 32 buckets, 
each will have capacity: 8192.
2025-08-04 18:15:48.293706  WARN - Memory pool already initialized.
2025-08-04 18:15:48.294218  INFO - Saving segment with start offset: 0 for 
partition with ID: 3 for topic with ID: 2 and stream with ID: 1
2025-08-04 18:15:48.294381  INFO - Saved segment log file with start offset: 0 
for partition with ID: 3 for topic with ID: 2 and stream with ID: 1
2025-08-04 18:15:48.484595  INFO - Closed segment with start offset: 0, end 
offset: 9, size: 600 B for partition with ID: 3.

error: test failed, to rerun pass `-p integration --test mod`

```

And then on rerun:
```
failures:
    server::general::matrix::transport_tcp_message_headers_scenario_expects

test result: FAILED. 1141 passed; 1 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 27.20s

Logs for failed test 
'server::general::matrix::transport_tcp_message_headers_scenario_expects':
2025-08-04 18:21:31.840439  INFO - Iggy client is connecting to server: 
127.0.0.1:45933...
2025-08-04 18:21:31.840691  INFO - Iggy client: 127.0.0.1:52620 has connected 
to server: 127.0.0.1:45933 at: 2025-08-04 22:21:31
2025-08-04 18:21:31.840764  INFO - Automatic sign-in is disabled.

error: test failed, to rerun pass `-p integration --test mod`
```

Something funky with my system?  I'm on Ubuntu 25.04, with a fresh install of 
rust via rustup.
```
~/Downloads/tmp$ rustc --version
rustc 1.88.0 (6b00bc388 2025-06-23)
~/Downloads/tmp$ cargo --version
cargo 1.88.0 (873a06493 2025-05-10)
```

GitHub link: 
https://github.com/apache/iggy/discussions/2076#discussioncomment-13994776

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to