#At file:///home/jonas/src/telco-7.0/ based on revid:jonas@stripped
4016 Jonas Oreland 2010-11-24
ndb - add valid error code to super-sensitive error code checking construct of "testNdbApi -n ApiFailReqBehaviour"
modified:
storage/ndb/test/ndbapi/testNdbApi.cpp
=== modified file 'storage/ndb/test/ndbapi/testNdbApi.cpp'
--- a/storage/ndb/test/ndbapi/testNdbApi.cpp 2010-11-10 12:28:34 +0000
+++ b/storage/ndb/test/ndbapi/testNdbApi.cpp 2010-11-24 12:42:48 +0000
@@ -3104,7 +3104,8 @@ int runBulkPkReads(NDBT_Context* ctx, ND
hugoOps.closeTransaction(otherNdb);
- if ((err.code == 4010) || // Node failure
+ if ((err.code == 4002) || // send failed
+ (err.code == 4010) || // Node failure
(err.code == 4025) || // Node failure
(err.code == 1218)) // Send buffer overload (reading larger tables)
{
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20101124124248-k7kc8q3ivqzinmsu.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (jonas:4016) | Jonas Oreland | 24 Nov |