Tomuta Gabriel

Results 9 issues of Tomuta Gabriel

I try to run the train.py script with SegTrack v2 and I stumbled over problems regarding the format of the database. I can understand if the database changed over the...

## Description After a developer implements a feature and requirements for it or links existing ones, they need to check that the changes are ok from the requirement tracing point...

enhancement

Issues: https://github.com/eclipse-ankaios/ankaios/issues/90 This PR adds the Cancel Request mechanism. # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case...

sub task

## Issue Looking at [reopen_file.rs](https://github.com/eclipse-ankaios/ankaios/blob/main/agent/src/control_interface/reopen_file.rs), the control interface pipes are opened as `tokio::fs::File`. This is not the proper way of working with FIFO pipes and instead, `tokio::net::unit::pipe` should be used....

bug
good first issue

## Description This issue represents a list of tasks needed to be done before releasing the api to [crates.io](https://crates.io/). ## Tasks - [ ] https://github.com/eclipse-ankaios/ankaios/issues/313; - [ ] https://github.com/eclipse-ankaios/ankaios/issues/595; -...

enhancement

## Description Currently, there are fixtures in the api crate that serve all around ankaios with the purpose of easily creating standardized proto and spec objects, to be used within...

enhancement

# Description There is this message in the [ank_base.proto](https://github.com/eclipse-ankaios/ankaios/blob/main/api/proto/ank_base.proto) https://github.com/eclipse-ankaios/ankaios/blob/a7911dc17bdbb015fdca7fddfdcb068a583aa2fe/api/proto/ank_base.proto#L282-L285 Which is not used within any other message of the api. The only usage is inside the [grpc_api.proto](https://github.com/eclipse-ankaios/ankaios/blob/main/grpc/proto/grpc_api.proto) https://github.com/eclipse-ankaios/ankaios/blob/a7911dc17bdbb015fdca7fddfdcb068a583aa2fe/grpc/proto/grpc_api.proto#L169-L171 There...

## Description Currently when running a stest, in the results folder, there is a specific folder for the server and agent logs that are generated during the run. The aim...

enhancement
Tests

## Description The documentation of the system tests is not enough to fully understand the working of the system, yet alone improve them or add new tests. There is already...

documentation
enhancement
Tests