Commit 013d078
Fix AttributeError: replace add_back_node with re_add_node in disk/multi-node failover tests
ClusterRestAPI exposes re_add_node, not add_back_node; the old method only exists on the legacy RestConnection client.
Change-Id: Ief96a5a6ad776f5191f69d4202843248958da194
Reviewed-on: https://review.couchbase.org/c/TAF/+/245756
Reviewed-by: Ashwin <ashwin.govindarajulu@couchbase.com>
Tested-by: Ashwin <ashwin.govindarajulu@couchbase.com>1 parent a1664a9 commit 013d078
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments