652c472f00767dec56310c6df744f8112594a963
[tridge/bind9.git] / bin / tests / virtual-time / README
1 Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
2 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
3
4 This is copied from ../system.
5
6 This test suite uses a virtual time, gettimeofday(), select(),
7 poll(), kevent() and epoll_wait() Unix system calls are redirected:
8 gettimeofday() returns a date in virtual/exponentially inflated
9 delay from an epoch, select(), poll(), kevent() and epoll_wait()
10 timeouts are deflated down to at least 10ms.
11
12 These tests depends on LD_PRELOAD being supported by the runtime
13 loader.
14
15 Beware BIND clock uses unsigned integer, in 22 seconds isc_time_now()
16 overflows and breaks assertions. Note 22 real seconds is 136 virtual
17 years...
18
19 $Id: README,v 1.2.2.2 2010/06/17 05:43:49 marka Exp $