Commit 9ef2ed8
committed
pool challenge doesn't need cryptographic security
* Use PHP's regular php_rand() function instead of mt_rand() because we
don't need cryptographic security for the test, and mt_rand() will seed
for us if it's unseeded.
* Adds a cluster test that should retreive connections from the pool.1 parent 0cee8f7 commit 9ef2ed8
2 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
| 1816 | + | |
1821 | 1817 | | |
1822 | 1818 | | |
1823 | 1819 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
668 | 683 | | |
669 | 684 | | |
670 | 685 | | |
| |||
0 commit comments