lahirujayathilake opened a new issue, #534:
URL: https://github.com/apache/airavata-custos/issues/534

   The SLURM REST client fails against a real `slurmrestd` (tested on API 
versions v0.0.38 and v0.0.40), so nothing above it — usage polling, association 
upserts — can work live. Three problems:
   
   - The job-list request sends its time filter in the wrong format, and 
slurmrestd rejects it, so listing jobs fails.
   - Job exit-info decoding only handles one response shape, so it fails on API 
versions that return a different one.
   - The SLURM API url, version, and username are hardcoded example values in 
config instead of coming from the environment.
   
   ### Acceptance
   - Listing jobs works against a live slurmrestd (v0.0.38 and v0.0.40).
   - Job decoding succeeds across the differing response shapes.
   - SLURM API url/version/user/token come from env/config, no hardcoded values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to