Regress tests fail under windows 32-bit install when returning status #58
Closed
Description
Now that we have regress tests, they work great under 64-bit, not so much under 32-bit.
This is testing with 1.2.2
At a glance all the tests fail because of the status output
In all the tests, the status output should be 200, but instead I get random numbers returned back
SELECT status
FROM http_get('http://httpbin.org/status/202');
yields:
status
! -----------
! 232402072
I get a different number each time I run it.
Metadata
Assignees
Labels
No labels