forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c04342
committed
Fix SSL tests on 32-bit Perl
The certificate serial number generation was changed inb4c4a00 touse the current timestamp. The testharness must thus interrogate thecert for the serialnumber using "openssl x509" which emits the serialin hex format. Converting the serial to integer format to match whatsin pg_stat_ssl requires a 64-bit capable Perl. This adds a fallbackto checking for an integer when the tests with a 32-bit Perl.Per failure on buildfarm member prairiedog.Discussion:https://postgr.es/m/0D295F43-806D-4B3F-AB98-F941A19E0271@yesql.se1 parent1607cd0 commit0c04342
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
489 | 490 |
| |
490 | 491 |
| |
491 | 492 |
| |
492 |
| - | |
493 |
| - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
494 | 506 |
| |
495 | 507 |
| |
496 | 508 |
| |
|
0 commit comments
Comments
(0)