usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
36 stars 13 forks source link

Demo Server Version is Invalid/Incorrect #304

Closed AlexThurston closed 6 months ago

AlexThurston commented 6 months ago

environment Demo

testSessionId N/A

vsId N/A

Endpoint in which the error is experienced https://demo.acvts.nist.gov/health GET

It looks like something wrong with the data returned for the serverVersion.

{
  "status": "Healthy",
  "serverVersion": "jrb-make-pubexpmode-random-default",
  "details": [
    {
      "key": "testSessionProcessing",
      "status": "Healthy",
      "description": "The TestSession internal processing load status.",
      "data": {
        "healthStatusDefinitions": {
          "Healthy": "Oldest pending TestSession is < 1 hours old.",
          "Degraded": "Oldest pending TestSession is > 1 hours old.",
          "Unhealthy": "Oldest pending TestSession is > 4 hours old."
        }
      }
    }
  ]
}
livebe01 commented 6 months ago

Thanks @AlexThurston. The serverVersion for Demo should be v1.1.0.32. This is something we know about and will look into/fix. It cropped up when we deployed a hotfix to Demo last Tuesday.

livebe01 commented 6 months ago

The correct serverVersion should now appear via the health endpoint.