1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/pgsql/tests
Nikita Popov 3f7210efa8 Try to make 17result.php more robust
This is our most common intermittent failure. I don't understand
why it happens and can't reproduce it, but defining an explicit
sort order seems worth a shot...
2019-06-04 12:18:21 +02:00
..
2016-11-22 00:42:45 +01:00
2016-11-22 00:42:45 +01:00
2018-02-14 11:10:59 +01:00
2016-05-31 16:48:19 +08:00
2018-11-19 22:17:58 +01:00
2016-06-17 17:09:42 +02:00
2019-03-11 00:05:44 -03:00
2016-11-22 00:46:03 +01:00
2018-09-16 17:31:06 -03:00

The pgsql extension tests

Test scripts assumes:

  • PostgreSQL server is installed locally
  • There is a PostgreSQL account for the users running the test scripts
  • There is database named test

For instance, if your login name is testuser, you should have PostgreSQL user account named testuser and grant that user access to the database test.

If you have account and database, type createdb test from command prompt to create the database to execute the test scripts. By executing the above command as the same user running the tests you ensure that the user is granted access to the database.

If you find problems in PostgreSQL extension, please report a bug.