No answers yet.
But I will ask again.
Now with more examples.
I have a set of customers that I want to check.
So I call the check customer test multiple times in a row through the API.
When I came back I saw that of my 36 tests 20 were executed.
With a huge gap of 20 minutes somewhere in between.
After each time I ask the PAI to run a test, I wait for 1 minute.
Then I call the API to as if any executions are running at the moment
requests.get(“https://api.testproject.io/v2/executions?_start=0&_limit=10”
If a 404 is returned, no executions should be active and I can start a new test.
But still TestProject deemed is necessary to queue my tests.
In the monitor no tests are active.
But these tests are still queued.
Can anyone explain why my tests are queued and not just executed?
[
{
“id”: “vrZU1WdvQ02SQzx5WBYBIw”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:04:12Z”
},
{
“id”: “ZsxTcIkZIU-69adx8gvI6g”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:05:25Z”
},
{
“id”: “5-FRo3SeSUGVY1857Pb3Eg”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:06:34Z”
},
{
“id”: “qBUaYnPfyEGybDAnim9epg”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:07:40Z”
},
{
“id”: “aGJqXNKSuEmAh5yBPREKPg”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:08:48Z”
},
{
“id”: “faYJk46FtEylsMiIc64wFA”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:09:55Z”
},
{
“id”: “l2KD4uyzCUSt_jynYpkaVw”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:11:03Z”
},
{
“id”: “VpONfMXrF0WJYxPaAFevgQ”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:12:10Z”
},
{
“id”: “4NThI-_4H0ORpTsM3Tw64Q”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:13:15Z”
},
{
“id”: “9-JBHaxKeUqiORQxp6qPyw”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:14:21Z”
},
{
“id”: “0WmOzD0er0K_PVyICXlhww”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:15:29Z”
},
{
“id”: “ybNI54RuPUW4ocEmXNj0Xg”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:16:35Z”
},
{
“id”: “mtweM_cYIU2uwvyL3l-zZw”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:17:42Z”
},
{
“id”: “6buP_nV1FEuGlh_kj6rM8w”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:18:49Z”
},
{
“id”: “l-Kg09wjx0uXzkSEm2SKfw”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:19:55Z”
},
{
“id”: “C4yMivmfW0m1EKSlbWNTsQ”,
“type”: “TEST”,
“name”: “KlantWordt_Testcase-API-ACC”,
“executionStart”: “2022-06-13T09:38:34Z”
}
]