Describe the problem
The function roachtestutil.WaitForReadyattempts to hit the health url on each of the nodes in the cluster to see if they are ready. However it has a 1 minute timeout, but after that is exceeded once it can never succeed since the context it uses for subsequent calls has already timed out.
We saw this in #136062. There is a different failure why it timed out the first time, but this code appears to retry but won't in this case.
Jira issue: CRDB-44899
Describe the problem
The function
roachtestutil.WaitForReadyattempts to hit the health url on each of the nodes in the cluster to see if they are ready. However it has a 1 minute timeout, but after that is exceeded once it can never succeed since the context it uses for subsequent calls has already timed out.We saw this in #136062. There is a different failure why it timed out the first time, but this code appears to retry but won't in this case.
Jira issue: CRDB-44899