action #110908
closed
Added by jlausuch over 2 years ago.
Updated about 2 months ago.
Description
There are some existing tests in BCI-tests which are testing some of the common crates from https://crates.io using Cargo (Rust package manager).
The test suite could be extended with more application based testing, similar to what we do in python tests with Tensorflow.
Acceptance criteria:¶
- Investigate some Rust application or some upstream test suite that can be covered by the tests.
- Integrate it in BCI-tests.
- Subject changed from Add some basic/smoke tests for Rust container to Extend coverage for Rust container
- Status changed from Workable to Blocked
- Description updated (diff)
- Description updated (diff)
- Blocked by action #113791: Enable Rust BCI image in the container-release-bot added
- Description updated (diff)
- Status changed from Blocked to Workable
ph03nix wrote:
I think this ticket can be closed. Looking at https://github.com/SUSE/BCI-tests/blob/main/tests/test_rust.py it appears to me, that the rust test is already doing some rather intensive testing.
It is not blocked for sure, but I think coverage can be improved by trying to build/run some rust based application, similar to what we do in Tensorflow for python... I have updated the description.
Needs investigation if we can reuse some upstream test suite that we can re-use. Otherwise, we can close this ticket.
- Status changed from Workable to Resolved
The rust tests already fulfil the desired requirements. We pull and build multiple external rust containers and run tests on them, e.g.
...
Also available in: Atom
PDF