#At file:///C:/Users/Reggie/work/connector-net/trunk/ based on revid:julio.casal@stripped
970 Reggie Burnett 2011-04-10
Iincrease delay in this test slightly as faster machines can cause the timing of this test to be slightly off
modified:
MySql.Data/Tests/Source/TableCaching.cs
=== modified file 'MySql.Data/Tests/Source/TableCaching.cs'
=== modified file 'MySql.Data/Tests/Source/TableCaching.cs'
--- a/MySql.Data/Tests/Source/TableCaching.cs 2011-04-08 17:04:15 +0000
+++ b/MySql.Data/Tests/Source/TableCaching.cs 2011-04-11 00:27:27 +0000
@@ -79,7 +79,7 @@
MySqlCommand cmd = new MySqlCommand("test3", c);
cmd.CommandType = CommandType.TableDirect;
ConsumeReader(cmd);
- Thread.Sleep(1000);
+ Thread.Sleep(1500);
// now run the query again but this time it should generate a call to the database
// since our next query is past the cache age of 1 second
ConsumeReader(cmd);
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110411002727-ra7fv2i1nl90cy9y.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:970) | Reggie Burnett | 11 Apr |