eclipse-uprotocol / up-transport-vsomeip-rust

Rust uPClient for vsomeip (SOME/IP)
Apache License 2.0
0 stars 5 forks source link

Fix unit tests so that we can run in parallel #23

Open PLeVasseur opened 1 month ago

PLeVasseur commented 1 month ago

Currently we require the --test-threads 1 flag to run the unit tests sequentially because of re-using IDs between tests. A fix means change the various IDs used to prevent this issue from ocurring.

pranavishere2 commented 1 month ago

@PLeVasseur I can take this task