Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | test.sh: add tests for auth_user | Marko Kreen | |
2015-08-08 | test.sh: simpler sed expression | Marko Kreen | |
2015-08-06 | test.sh: dont re-exec, use bash directly | Marko Kreen | |
2015-08-06 | Adapt system tests to work with modern BSD and MacOS | Eric Radman | |
- Replace `seq a b` with {a..b}, and auto-upgrade to bash if shell does not support range expansion (DASH on Ubuntu) - Replace ipfw with pf; (MacOS 10.7+, *BSD) - Replace `echo -n` with `printf` (MacOS) - Change to test directory before starting - Provide aproximate compatibility between MacOS and Linux options for sed and nc - Auto-populate userlist.txt Tested on MacOS 10.10, Ubuntu 14, OpenBSD 5.7 | |||
2015-08-03 | Support pg_hba.conf-style syntax | Marko Kreen | |
Also add peer auth. Main reason to have it is that unix and tcp connections may want different auth and configuring it in plain .ini is pain. As a bonus it provides ip-based filtering too. No username mapping yet though. | |||
2015-08-03 | tls: Test scripts | Marko Kreen | |
Todo: merge with main test.sh | |||
2015-07-31 | test.sh; sync with 9.4, make more robust | Marko Kreen | |
2014-05-23 | Test that commented out lines are ignored. | Guillaume Aubert | |
2013-12-18 | Fix a bunch of typos. | Euler Taveira de Oliveira | |
2013-12-18 | Use uppercase in TODO/FIXME. | Euler Taveira de Oliveira | |
Some popular editors (like Vim) highlight uppercase keywords like TODO, FIXME, and XXX. | |||
2013-12-18 | Replace C++ comments. | Euler Taveira de Oliveira | |
2012-12-03 | Minor cleanups for ENABLE/DISABLE, add tests | Marko Kreen | |
2012-05-29 | test.sh: force /tmp as unix socket dir | Marko Kreen | |
This allows to surive pgsql that defaults somewhere else. Also change default path. | |||
2011-03-18 | test.sh: reset only OUTPUT chain | Marko Kreen | |
2011-01-11 | test.sh: more portable nc usage | Marko Kreen | |
2010-01-12 | test/test.ini: turn off query_timeout by default | Marko Kreen | |
2008-12-29 | win32: make asynctest compile again | Marko Kreen | |
By Hiroshi Saito | |||
2008-11-24 | win32 support (wip) | Marko Kreen | |
Original patch by Hiroshi Saito, applied with some cleanup | |||
2008-11-19 | asynctest improvements | Marko Kreen | |
- add $(LIBS) to link line - allow custom query - define fatal_noexit() for CASSERT builds | |||
2008-08-06 | asynctest: remove note about splice() experimentspgbouncer_1_2_2 | Marko Kreen | |
2008-08-06 | asynctest: check if result comes back ok | Marko Kreen | |
2008-07-21 | test/Makefile: add DEFS to cflags | Marko Kreen | |
2008-07-16 | test: increase allowed conns, decrease buffer len | Marko Kreen | |
2008-06-26 | make failed tests more visible | Marko Kreen | |
2008-03-05 | asynctest: print first startup errors | Marko Kreen | |
2008-01-23 | test.sh: sleep after launching nc, fix syntax | Marko Kreen | |
2008-01-08 | asynctest: small cleanup | Marko Kreen | |
2008-01-08 | asynctest: more features | Marko Kreen | |
2008-01-08 | return correct value | Marko Kreen | |
2008-01-07 | draft throttling implementation | Marko Kreen | |
2008-01-07 | more debugging for asynctest | Marko Kreen | |
2008-01-07 | use autoconfed settings for test code | Marko Kreen | |
2008-01-07 | more universal asynctest | Marko Kreen | |
2007-10-03 | more testing | Marko Kreen | |
2007-04-19 | Remove concept of 'flushing' from code as bouncer does not actively buffer ↵ | Marko Kreen | |
anything. The flushing logic was remnant from the time when buffering was pushed to kernel with MSG_MORE. Now it only complicates code. | |||
2007-04-11 | more brutal testing | Marko Kreen | |
2007-03-14 | Couple hotfixes. | Marko Kreen | |
* More debugging in console, new command SHOW SOCKETS. * unsigned usec_t + cached vs. uncached time created spurious query_timeout errors. * Fair queueing by giving a released server immidiately to waiting server. * slog_*() print also socket pointer to make tracking possible. * Sync test.sh with released code. | |||
2007-03-13 | Initial revision | Marko Kreen | |