bind9/bin/tests
Ondřej Surý 1fe391fd40 Make all tasks to be bound to a thread
Previously, tasks could be created either unbound or bound to a specific
thread (worker loop).  The unbound tasks would be assigned to a random
thread every time isc_task_send() was called.  Because there's no logic
that would assign the task to the least busy worker, this just creates
unpredictability.  Instead of random assignment, bind all the previously
unbound tasks to worker 0, which is guaranteed to exist.
2022-05-25 16:04:51 +02:00
..
startperf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
system Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
.gitignore Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
convert-trs-to-junit.py Generate JUnit reports for unit & system tests 2022-04-06 21:14:38 +02:00
Makefile.am Avoid using C99 variable length arrays 2022-03-18 15:11:48 +00:00
test_client.c DoT: implement TLS client session resumption 2022-05-20 20:17:48 +03:00
test_server.c Rename yield() to the test_server_yield() 2022-04-27 19:58:38 +03:00
wire_test.c Remove UNREACHABLE() statements after exit() 2022-03-25 09:25:11 +01:00