]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-windows: update test timeouts 2100/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 25 Jan 2023 12:52:45 +0000 (14:52 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 25 Jan 2023 14:23:42 +0000 (16:23 +0200)
commiteb1c958e09bbf58a85b066f10237672cced92528
treebf63ddac4625f8e471b52d1c551641409141ed78
parentc092644ec45e75258a624c2895227127fa3b354b
ceph-windows: update test timeouts

The Python rbd-wnbd tests time out on stable branches. The reason
is that if the test script is missing, we're fetching it from
the main branch and then run the tests individually.

The issue is that while on the main branch the entire suite uses
a 30m timeout, on stable branches we're excuting each individual
test with a 5m timeout, which isn't enough for some of the tests
(e.g. the FIO one).

For this reason, we're going to increase the timeout.

While at it, we're pinning the commit id when fetching the test
script on older branches. That will allow us to move it or
refactor it.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
scripts/ceph-windows/run_tests