-
Task
-
Resolution: Done
-
Major
-
2.8.0.Final
-
None
Workbench rest tests are using workbench rest client to test workbench rest api (CRUD operation with workbench spaces & projetcs). The operations with this API are very often timing out, exceding 60 second timeout.
In AF-1310 tried to investigate why this is the case. Apart from determining that it's slowness of IO operations on jenkins (indexing / jgit filesystem events) that's causing the slowness, I also increased workbench client timeout to 60 seconds. Despite this timeout increase, the workbench rest tests are still failing, quite often exceeding this 60 second timeout. There seems to be more serious problem causing this slowness that needs to be investigated.
The following tests are affected most often:
ProjectAccessIntegrationTest
ProjectIntegrationTest
RepositoryIntegrationTest
JobIntegrationTest
- is related to
-
AF-1310 Workbench Rest API - deleting space sometimes randomly takes more than 10-30 seconds
- Closed