Commit ab25ae7
committed
Fix PhpRedis session tests to soften timing issues
Rework the session locking unit tests to be less reliant on arbitrary
sleep calls which can be very troublesome when running in Travis and
especially when running in Travis under valgrind.
Additionally, skip multiple newly added Redis 6.2 commands that aren't
yet implemented in RedisCluster.1 parent a6fb815 commit ab25ae7
2 files changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6345 | 6345 | | |
6346 | 6346 | | |
6347 | 6347 | | |
6348 | | - | |
| 6348 | + | |
6349 | 6349 | | |
6350 | | - | |
6351 | 6350 | | |
6352 | 6351 | | |
6353 | 6352 | | |
| |||
6372 | 6371 | | |
6373 | 6372 | | |
6374 | 6373 | | |
6375 | | - | |
| 6374 | + | |
| 6375 | + | |
6376 | 6376 | | |
6377 | 6377 | | |
6378 | 6378 | | |
| |||
6465 | 6465 | | |
6466 | 6466 | | |
6467 | 6467 | | |
6468 | | - | |
6469 | 6468 | | |
6470 | 6469 | | |
6471 | 6470 | | |
| |||
6844 | 6843 | | |
6845 | 6844 | | |
6846 | 6845 | | |
6847 | | - | |
| 6846 | + | |
6848 | 6847 | | |
6849 | 6848 | | |
6850 | 6849 | | |
| |||
0 commit comments