Willem Toorop
|
4fdf3a8b2a
|
Stuff that came out of valgrind on FreeBSD 12
|
2019-12-20 11:09:24 +00:00 |
Willem Toorop
|
b446bfdf11
|
Enable debugging symbols for better valgrind output
|
2019-12-19 14:56:12 +00:00 |
Willem Toorop
|
61dffd0e35
|
Fail eventloop test on errors
|
2019-12-19 12:45:47 +00:00 |
Willem Toorop
|
8b2e8c2be3
|
Memory leak via libunbound in FreeBSD11.3
|
2019-12-19 11:29:40 +00:00 |
Jim Hague
|
489022dcb9
|
Some tests that use valgrind aren't flagged as such. Fix this.
|
2019-12-18 11:14:12 +00:00 |
Jim Hague
|
0226096974
|
Suppress memory leak in libunbound to get test 125 passing on Bionic.
|
2019-12-18 10:23:45 +00:00 |
Willem Toorop
|
3e373ab2af
|
Now with actual fix for multiple localhost addresses
|
2019-12-16 12:05:29 +01:00 |
Willem Toorop
|
aafdba690d
|
Server capabilities test, listen on single localhost IPv4 address
|
2019-12-16 11:54:00 +01:00 |
Willem Toorop
|
0fbe0dccc3
|
Debugging server capability testing
|
2019-12-16 11:47:40 +01:00 |
Willem Toorop
|
e2813299ee
|
Target everything does not exist with me ...
.. but did exist in travis???
|
2019-12-13 16:19:29 +01:00 |
Sara Dickinson
|
d92a91e771
|
Fix up unit tests for all the event loops.
Various housekeeping
|
2019-11-29 10:50:49 +00:00 |
Sara Dickinson
|
26d678b344
|
More update to README
v. minor updates to tests to clean up output
|
2019-11-18 20:41:28 +00:00 |
Sara Dickinson
|
38f59b7bea
|
Remove libidn support
More updates to README
|
2019-11-18 14:05:50 +00:00 |
Sara Dickinson
|
fa72271221
|
Add simple test to run stubby
|
2019-11-15 16:35:56 +00:00 |
Sara Dickinson
|
2925c7e80b
|
Add verbose on failure output to unit tests
|
2019-11-15 15:52:39 +00:00 |
Sara Dickinson
|
499555b8a5
|
More fixes for remaining tests..
|
2019-11-14 17:58:11 +00:00 |
Sara Dickinson
|
d59380fca0
|
Start work on remaining tests
|
2019-11-14 14:40:24 +00:00 |
Sara Dickinson
|
1cca550799
|
Fix lib name on linux
|
2019-11-14 14:05:47 +00:00 |
Sara Dickinson
|
ffbc49cc2d
|
Get all of the tests run by ‘run-all.sh’ working apart from those that require valgrind…….
update stubby commit and ymlx commit to remove build warnings
|
2019-11-14 11:36:18 +00:00 |
Willem Toorop
|
7c52883341
|
Remove truncated response from transport test
|
2018-12-21 12:44:51 +01:00 |
Willem Toorop
|
4ff9816e39
|
google now supports DoT
|
2018-11-21 17:00:03 +01:00 |
Daniel Kahn Gillmor
|
9301f8970c
|
Fix minor spelling and formatting.
These issues were found with the codespell tool.
|
2018-02-23 14:12:11 -08:00 |
Willem Toorop
|
e705109f22
|
Fix tpkg dependencies
|
2018-02-22 15:02:11 +01:00 |
Willem Toorop
|
65e610f26e
|
Unit test maintenance, to:
- remove obsolete tests
- test better for parallel installs
- run custom servers through valgrind
|
2018-02-22 14:44:13 +01:00 |
Willem Toorop
|
6325dae563
|
Run localhost unit tests on local localhost address
|
2018-02-21 13:40:19 +01:00 |
Willem Toorop
|
ac17d4ebed
|
We need a specific install location for tests builds ...
to not load default library
|
2017-12-14 11:53:15 +01:00 |
Willem Toorop
|
72eb8628d0
|
Report on single unit tests too
|
2017-11-28 16:44:08 +01:00 |
Willem Toorop
|
323239be58
|
Scan valgrind logs for errors too
|
2017-11-27 15:02:32 +01:00 |
Willem Toorop
|
ee4feb0cc6
|
Clean parallel builds too
|
2017-10-17 13:32:56 +02:00 |
Willem Toorop
|
d1aebd3c24
|
Don't test hostname auth without support in libssl
|
2017-09-29 11:07:43 +02:00 |
Willem Toorop
|
a9ba50dff1
|
Fail transport test on failures
|
2017-09-28 22:17:06 +02:00 |
Willem Toorop
|
3ab01cf45d
|
Dont do yaml tpkg test
|
2017-09-27 13:27:24 +02:00 |
Willem Toorop
|
a3bfee7d0a
|
Issues from unit tests
|
2017-09-22 11:12:27 +02:00 |
Willem Toorop
|
7c229c40cd
|
Merge branch 'features/zeroconf-dnssec' into release/v1.2.0
|
2017-09-20 15:45:27 +02:00 |
Willem Toorop
|
e6051976dd
|
travis specific fixed
|
2017-09-14 16:32:53 +02:00 |
Willem Toorop
|
57e6487d76
|
Some more fixes specific to travis
|
2017-09-14 16:02:37 +02:00 |
Willem Toorop
|
6d29f7fb65
|
Fix issues accumulated when tpkg didn't work
|
2017-09-14 15:14:00 +02:00 |
Jim Hague
|
80b2eacc26
|
Merge branch 'develop' into features/yaml
|
2017-09-13 16:55:11 +00:00 |
Jim Hague
|
8139201f12
|
Allow YAML input to be just a list or scalar as well as a map.
This allows getdns_yaml2list(), getdns_yaml2bindata() and getdns_yaml2int() to work as expected.
Update the YAML test to check these.
|
2017-09-13 17:29:41 +01:00 |
Willem Toorop
|
92a0db58da
|
Merge remote-tracking branch 'upstream/develop' into features/zeroconf-dnssec
|
2017-09-13 16:56:33 +02:00 |
Jim Hague
|
0c39696b64
|
Add '-f' to tpkg usage message.
|
2017-09-13 15:50:20 +01:00 |
Jim Hague
|
9e47919f42
|
Merge commit 'a9029581bc18870e8a1b84f77e546500bad7ec0e' into features/yaml
|
2017-09-13 15:46:47 +01:00 |
Jim Hague
|
57c40b147d
|
Fix capturing exit code of a test.
tpkg was not capturing the exit code of the test, but the exit code of the write_result actions.
|
2017-09-13 15:02:36 +01:00 |
Jim Hague
|
9683a64f73
|
Add test 255-yaml-config with basic test of getdns_yaml2dict.
|
2017-09-13 15:01:13 +01:00 |
Willem Toorop
|
c6d40d9adc
|
Merge branch 'develop' into features/zeroconf-dnssec
|
2017-09-04 16:43:37 +02:00 |
Willem Toorop
|
d2c258158f
|
Flag for live logging
|
2017-09-04 10:04:17 +02:00 |
Willem Toorop
|
48209a038c
|
Fix things that came out of static analysis
|
2017-09-02 12:47:04 +02:00 |
Willem Toorop
|
084286513f
|
Fix permissions
|
2017-09-02 12:18:57 +02:00 |
Willem Toorop
|
f25ae85030
|
Get keys from correct position
|
2017-09-02 12:10:50 +02:00 |
Willem Toorop
|
d340305dcc
|
Show tpkg execution live
|
2017-09-02 11:38:20 +02:00 |