summaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Collapse)Author
2017-07-24minor: tweak file descriptor count testAzul
2017-07-21fix: filedescriptor leak from http_adaptersAzul
Now we reuse a single adapter for all requests triggered by an incoming request. Then we .terminate the adapter. Includes a regression test.
2017-05-11upgrade dependenciesAzul
2016-09-23test: some very basic functional testsAzul
2016-09-16bugfix: load order issue in server, include testAzul
Includes our first functional test. This one only makes sure loading the bin/nickserver actually works fine. Enough to catch this bug.