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
Endpoint in which the error is experienced https://demo.acvts.nist.gov/acvp/v1/testSessions/566292 GET https://demo.acvts.nist.gov/acvp/v1/testSessions/566292/results GET
Expected behaviour
I'll start off by saying that the test session in question is expired. This might be the cause of the root issue but I believe it is still an issue none the less.
Reading the test session https://demo.acvts.nist.gov/acvp/v1/testSessions/566292 GET responds with:
As you can see both vector sets are being registered as passed but similar to the GET on the test session the overall passed is still false which doesn't seem correct.
As I mentioned above, I'm going to guess that this is because the test session is expired, but even still, I'd expect that passed state to be independent from the expiry.
The text was updated successfully, but these errors were encountered:
AlexThurston
changed the title
Confusing response to test session and it's result state
Confusing response to test session and its result state
Jan 29, 2025
I'll start off by saying that the test session in question is expired. This might be the cause of the root issue but I believe it is still an issue none the less.
In this scenario, this is the condition that caused the TS to have passed = false. We are unable to say that a TS expired based on the spec limitations, but when it is expired, it will display the TS as passed=false. Thank you for the question @AlexThurston , it led to some great info exchange and discussion. Please let me know if you have any other questions.
environment
DEMO
testSessionId
566292
vsId
2720997
and2720998
Algorithm registration
N/A
Endpoint in which the error is experienced
https://demo.acvts.nist.gov/acvp/v1/testSessions/566292
GEThttps://demo.acvts.nist.gov/acvp/v1/testSessions/566292/results
GETExpected behaviour
I'll start off by saying that the test session in question is expired. This might be the cause of the root issue but I believe it is still an issue none the less.
Reading the test session
https://demo.acvts.nist.gov/acvp/v1/testSessions/566292 GET
responds with:Notably, ACVTS is reporting that the test session is not
passed
.If I read the results of the test session
https://demo.acvts.nist.gov/acvp/v1/testSessions/566292/results
GET, the response is:As you can see both vector sets are being registered as
passed
but similar to theGET
on the test session the overall passed is stillfalse
which doesn't seem correct.As I mentioned above, I'm going to guess that this is because the test session is expired, but even still, I'd expect that passed state to be independent from the expiry.
The text was updated successfully, but these errors were encountered: