You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main issue:
The client sends the corrupted image as a payload to the server, which fails out. The issue is that the server is a background process and does not have a check on it.
Fixes tried (unsuccessfully):
Checking the exit code for the sample and client binaries.
Putting an exception error and exit 1 in the inference_service.py file (server)
Checking the status of the pid of the server process before killing it
Note: Corrupted images have now been fixed, but this limitation persists.
The text was updated successfully, but these errors were encountered:
Images in the confml sample were corrupted and hence it was failing, but it was not propagating an error code and failing silently.
Eg: https://openenclaveci.westus.cloudapp.azure.com/blue/organizations/jenkins/Mystikos%2FStandalone-Pipelines%2FSolutions-Tests-Pipeline/detail/Solutions-Tests-Pipeline/2994/pipeline
Main issue:
The client sends the corrupted image as a payload to the server, which fails out. The issue is that the server is a background process and does not have a check on it.
Fixes tried (unsuccessfully):
Note: Corrupted images have now been fixed, but this limitation persists.
The text was updated successfully, but these errors were encountered: