Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 708 The rpc unit tests can fail in fullrun.exp due to a failure to drain output from the server in expire.exp. This commit works around the problem by calling flush_server, but a real synchronization method should probably be implemented, perhaps by having the server log when a client disconnects. * rpc_test.0/expire.exp (overlap): Add another call to flush_server to make a race condition a little less likely. There really should be better synchronization, as this test suite is just full of race conditions waiting to happen. To generate a diff of this commit: cvs diff -r1.48 -r1.49 krb5/src/lib/rpc/unit-test/ChangeLog cvs diff -r1.2 -r1.3 krb5/src/lib/rpc/unit-test/rpc_test.0/expire.exp