Commit f2a97b9
committed
Fix: replace Python 2 long with int in StatsWaitTask._compare for Python 3 compatibility
Change-Id: Idb9769d1bcbe9b7f0bbab9e9140bfc9245cb55c2
Reviewed-on: https://review.couchbase.org/c/TAF/+/244756
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: <vishal.jain@couchbase.com>1 parent baa7562 commit f2a97b9
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3582 | 3582 | | |
3583 | 3583 | | |
3584 | 3584 | | |
3585 | | - | |
3586 | | - | |
3587 | | - | |
| 3585 | + | |
| 3586 | + | |
| 3587 | + | |
3588 | 3588 | | |
3589 | 3589 | | |
3590 | 3590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments