ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

n/n
Description
Inputs
expected result
actual  result
1Create pkg - success
  1. system operates normally
  2. POST proper pkg data that should pass all the validations
  1. job.data.status: "processed"
  2. links to all created entities returned in job details
  3. GET job.code: 303

2Create pkg - failed validation
  1. system operates normally
  2. POST proper pkg data that shouldn't pass some validation
  1. job.data.status: "error"
  2. GET job.code: 422

3Create pkg, one IL pod is down
  1. one IL pod is down
  2. POST proper pkg data that should pass all the validations
  1. job.data.status: "processed"
  2. links to all created entities returned in job details
  3. GET job.code: 303

4Create pkg, all IL pods are down
  1. all IL pod is down
  2. POST proper pkg data that should pass all the validations
  1. job.data.status: "error"
  2. GET job.code: 500

5Create pkg, MongoDB is down


6Create pkg, failed to insert to Observations collection


7Create pkg, failed to update job status


8Create pkg, one DS service pod is down


9Create pkg, all DS service pods are down


10Create pkg, kafka is down
  1. kafka is down
  2. POST proper pkg data that should pass all the validations


  • No labels