Peter Hessey
Peter Hessey
Even after the `wait_for_completion` fix, the `cpath` smoke tests still fail when not restricted using the `--strictly_aml_v1` flag. It appears the v2 SDK is checking for README files that it...
Currently it is not possible to access the outputs of a v2 job submitted using hi-ml. This would be very useful both for run recovery and for validating outputs when...
Currently there is a lack of tests for jobs submitted using the v2 SDK. New V2 HelloWorld unit/integration/smoke tests should be created that: * Work with multiple input and output...
It may be worth reviewing the names of the smoke tests as currently they are a little inconsistent across the various files (GitHub workflows, makefiles etc.). A consistent and clear...
Documentation is a little spread out - could do with being hosted on Readthedocs to unify things a little more.
The following improvements should be added to the inference documentation: - Add instructions on how to run pytest tests - Clarify where logs can be found in a deployed App...
After following the set up steps and attempting to run the tests, all of them pass except the `GenerateAndTestDeAnonymisedStructureSetFile` test, failing with the following output: ```text Message: Assert.IsFalse failed. Stack...
During the end-to-end tests, if the inference service fails to complete the model run then, even if the Inference service receives HTTP error codes, the Gateway continues with the tests,...