YBC Tests: Fix TS Web access retry loop in YBC #22494
Labels
area/ycql
Yugabyte CQL (YCQL)
kind/enhancement
This is an enhancement of an existing feature
kind/failing-test
Tests and testing infra
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
Jira Link: DB-11420
Description
Fix the tests:
YBC is loading TS config via TS HTTP UI endpoint:
<ts-ip>/varz
.In these 2 tests we stop&start this HTTP server, so YBC should do retries during the endpoint accessing.
Locally the tests work fine, but in Jenkins environment YBC cannot get the TS config.
It should be fixed in YBC - try to increase number of retries and/or timeout:
Hardcoded timeout = 1 sec in
ServerConfig()
:Hardcoded number of retries in
EasyCurlGet()
:Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: