This repository was archived by the owner on Mar 1, 2026. It is now read-only.
Commit e5b99cd
Fix rare "error 2062" failure in various tests
Summary:
WebScaleSQL Feature: Basic Test Fixes
Occasionally, wait_until_connected_again will fail with error 2062,
when its supposed to continue to retry.
This adds that error to its list of acceptable errors while retrying.
Note: If it never successfully reconnects, the test will still fail,
so this does not hide any actual errors. It just removes some false
test failures.
Test Plan:
Jenkins
The stress tests suite found this bug, but the problem is not
specific to those tests.
Reviewers: pivanof, darnaut, inaam-rana, jeremycole
Reviewed By: jeremycole
Subscribers: CalvinSun, jtolmer
Differential Revision: https://reviews.facebook.net/D236071 parent 0a4f93c commit e5b99cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments