diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 19:42:05 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 19:42:05 -0500 |
commit | ec6ae091617bdfdca9e65e8d3e65b950d234f676 (patch) | |
tree | 9dd732e08dba156ee3d7635caedc0dc3107ecac6 /bdb/docs/ref/test/faq.html | |
parent | 87d70fb598105b64b538ff6b81eef9da626255b1 (diff) | |
download | mariadb-git-ec6ae091617bdfdca9e65e8d3e65b950d234f676.tar.gz |
Import changeset
Diffstat (limited to 'bdb/docs/ref/test/faq.html')
-rw-r--r-- | bdb/docs/ref/test/faq.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bdb/docs/ref/test/faq.html b/bdb/docs/ref/test/faq.html new file mode 100644 index 00000000000..ec5d2d3f061 --- /dev/null +++ b/bdb/docs/ref/test/faq.html @@ -0,0 +1,32 @@ +<!--$Id: faq.so,v 10.2 2000/08/10 17:54:49 bostic Exp $--> +<!--Copyright 1997, 1998, 1999, 2000 by Sleepycat Software, Inc.--> +<!--All rights reserved.--> +<html> +<head> +<title>Berkeley DB Reference Guide: Test suite FAQ</title> +<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> +<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++"> +</head> +<body bgcolor=white> +<table><tr valign=top> +<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Test Suite</dl></h3></td> +<td width="1%"><a href="../../ref/test/run.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../ref/toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> +</td></tr></table> +<p> +<h1 align=center>Test suite FAQ</h1> +<p><ol> +<p><li><b>The test suite has been running for over a day. What's wrong?</b> +<p>The test suite an take anywhere from some number of hours to several +days to run, depending on your hardware configuration. As long as the +run is making forward progress and new lines are being written to the +<b>ALL.OUT</b> file, everything is probably fine. +<p><li><b>The test suite hangs.</b> +<p>The test suite requires Tcl 8.1 or greater, preferably at least Tcl 8.3. +If you are using an earlier version of Tcl, the test suite may simply +hang at some point. +</ol> +<table><tr><td><br></td><td width="1%"><a href="../../ref/test/run.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../ref/toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> +</td></tr></table> +<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font> +</body> +</html> |