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
When submitting a task with a partition_id that does not exist, the task stays indefinitely in the Submitted status instead of failing or being rejected with an appropriate error message.
Steps to Reproduce
Use commit a0ed39c6 from the ArmoniK repository.
Set-up a virtual environment and install the package armonik with version 3.22.0.
Run the following Python script to reproduce the issue:
Description
When submitting a task with a
partition_id
that does not exist, the task stays indefinitely in theSubmitted
status instead of failing or being rejected with an appropriate error message.Steps to Reproduce
Use commit a0ed39c6 from the ArmoniK repository.
Set-up a virtual environment and install the package armonik with version 3.22.0.
Run the following Python script to reproduce the issue:
Observe that the task's status remains
Submitted
indefinitely, even though thepartition_id
is invalid.Expected Behavior
The system should validate the
partition_id
when a task is submitted. If thepartition_id
is invalid, the task should:Additional Information
a0ed39c6
The text was updated successfully, but these errors were encountered: