Universum icon indicating copy to clipboard operation
Universum copied to clipboard

Add submitter tests for unsuccessful submit

Open k-dovgan opened this issue 5 years ago • 1 comments

List of scenarios that should be tested and handled properly:

  • [ ] requirements of special CL description format not fulfilled
  • [x] requirements of mandatory code review not fulfilled
  • [x] no 'write' rights for the target
  • [ ] submitted files have been changed since CL creation (e.g. by another user)
  • [ ] server-side problems (e.g. server application crashed)
  • [ ] network problems (e.g. server temporarily inaccessible)

k-dovgan avatar Apr 10 '20 09:04 k-dovgan

3&4 implemented in #398

k-dovgan avatar Apr 21 '20 12:04 k-dovgan