/6.0.3/moxi/libmemcached/libmemcached/ |
H A D | exception.hpp | 21 class Exception : public std::runtime_error class 24 Exception(const std::string& msg, int in_errno) in Exception() function in memcache::Exception 30 Exception(const char *msg, int in_errno) in Exception() function in memcache::Exception 35 virtual ~Exception() throw() {} in ~Exception() 46 class Warning : public Exception 49 Warning(const std::string& msg, int in_errno) : Exception(msg, in_errno) {} in Warning() 50 Warning(const char *msg, int in_errno) : Exception(msg, in_errno) {} in Warning() 53 class Error : public Exception 56 Error(const std::string& msg, int in_errno) : Exception(msg, in_errno) {} in Error() 57 Error(const char *msg, int in_errno) : Exception(msg, in_errno) {} in Error()
|
/6.0.3/testrunner/pytests/rackzone/ |
H A D | rackzonetests.py | 51 except Exception,e : 61 except Exception,e : 72 except Exception,e : 83 except Exception,e : 94 except Exception,e : 105 except Exception,e : 117 except Exception,e : 145 except Exception,e : 155 raise Exception(msg) 245 except Exception as e: [all …]
|
/6.0.3/testrunner/pytests/fts/ |
H A D | es_base.py | 235 except Exception as e: 245 except Exception as e: 267 except Exception as e: 283 except Exception as e: 315 except Exception as e: 380 except Exception as ex: 423 except Exception as e: 439 except Exception as e: 453 except Exception as e: 476 except Exception as e: [all …]
|
H A D | rbac_fts.py | 288 except Exception as e: 328 except Exception as e: 346 except Exception as e: 370 except Exception as e: 390 except Exception as e: 400 except Exception as e: 470 except Exception as e: 481 except Exception as e: 525 except Exception as e: 542 except Exception as e: [all …]
|
/6.0.3/testrunner/lib/couchbase_helper/ |
H A D | tuq_helper.py | 113 raise Exception(msg) 273 raise Exception(msg) 283 except Exception, ex: 419 except Exception, ex: 441 except Exception, ex: 469 raise Exception( 471 except Exception, ex: 501 except Exception, ex: 681 except Exception, ex: 819 except Exception, ex: [all …]
|
H A D | analytics_helper.py | 109 raise Exception(msg) 139 raise Exception(msg+"\n "+extra_msg) 164 raise Exception(msg+"\n "+extra_msg) 195 raise Exception(msg+"\n "+extra_msg) 260 raise Exception(msg+"\n"+extra_msg) 272 raise Exception(msg) 282 except Exception, ex: 426 except Exception, ex: 449 except Exception, ex: 479 except Exception, ex: [all …]
|
/6.0.3/testrunner/pytests/subdoc/ |
H A D | subdoc_singlepath.py | 158 except Exception as exception: 164 except Exception as exception: 170 except Exception as exception: 176 except Exception as exception: 183 except Exception as exception: 192 except Exception as exception: 200 except Exception as exception: 208 except Exception as exception: 215 except Exception as exception: 223 except Exception as exception: [all …]
|
H A D | subdoc_autotestgenerator.py | 496 except Exception: 510 except Exception: 521 except Exception: 534 except Exception: 547 except Exception: 556 except Exception: 567 except Exception: 580 except Exception: 591 except Exception: 605 except Exception: [all …]
|
H A D | subdoc_sanity.py | 325 except Exception as e: 336 except Exception as e: 347 except Exception as e: 358 except Exception as e: 369 except Exception as e: 380 except Exception as e: 391 except Exception as e: 402 except Exception as e: 413 except Exception as e: 425 except Exception as e: [all …]
|
/6.0.3/testrunner/pytests/upgrade/ |
H A D | upgrade_tests.py | 172 except Exception, ex: 292 except Exception, ex: 303 except Exception, ex: 313 except Exception, ex: 343 except Exception, ex: 610 except Exception, e: 631 except Exception, e: 647 except Exception, e: 659 except Exception, e: 666 except Exception, e: [all …]
|
/6.0.3/testrunner/pytests/security/ |
H A D | testmemcached.py | 18 except Exception as e: 30 except Exception as e: 40 except Exception as e: 48 except Exception as e: 58 except Exception as e: 72 except Exception as e: 90 except Exception, ex: 99 except Exception as e: 110 except Exception as e:
|
/6.0.3/testrunner/lib/old_tasks/ |
H A D | task.py | 145 except Exception: 223 except Exception: 255 except Exception as e: 269 except Exception as e: 283 except Exception as e: 302 except Exception as e: 338 except Exception as e: 417 except Exception: 470 except Exception as e: 497 except Exception as e: [all …]
|
/6.0.3/testrunner/pytests/2i/ |
H A D | gsi_replica_indexes.py | 64 except Exception, ex: 96 except Exception, ex: 135 except Exception, ex: 155 except Exception, ex: 188 except Exception, ex: 216 except Exception, ex: 243 except Exception, ex: 274 except Exception, ex: 300 except Exception, ex: 330 except Exception, ex: [all …]
|
H A D | indexcreatedrop_2i.py | 78 except Exception, ex: 102 except Exception, ex: 132 except Exception, ex: 145 except Exception, ex: 154 except Exception, ex: 177 except Exception, ex: 193 except Exception, ex: 209 except Exception, ex: 230 except Exception, ex: 250 except Exception, ex: [all …]
|
H A D | bootstrap_2i.py | 19 except Exception, ex: 29 except Exception, ex: 41 except Exception, ex: 62 except Exception, ex: 81 except Exception, ex: 114 except Exception, ex: 131 except Exception, ex: 145 except Exception, ex:
|
H A D | gsi_index_partitioning.py | 114 except Exception, ex: 148 except Exception, ex: 187 except Exception, ex: 219 except Exception, ex: 251 except Exception, ex: 280 except Exception, ex: 401 except Exception, ex: 441 except Exception, ex: 460 except Exception, ex: 484 except Exception, ex: [all …]
|
H A D | plasma_recovery.py | 41 except Exception, ex: 66 except Exception, ex: 90 except Exception, ex: 114 except Exception, ex: 169 except Exception, ex: 202 except Exception, ex: 231 except Exception, ex: 249 except Exception, ex: 280 except Exception, ex: 315 except Exception, ex: [all …]
|
/6.0.3/testrunner/pytests/clitest/ |
H A D | epctltest.py | 46 raise Exception("Command throw out error message. " 50 raise Exception("Command throw out error message. " 54 raise Exception("Persistence start failed") 57 raise Exception("Persistence stop failed") 60 raise Exception("wait until queues are drained operation failed") 63 raise Exception("Command throw out error message. " 67 raise Exception("set %s failed" % self.param)
|
/6.0.3/testrunner/scripts/ |
H A D | cbqe3043.py | 38 … raise Exception("Unable to determine if a partition of 20MB already exists on " + server.ip) 47 raise Exception("Unable to create directory /cbqe3043 on " + server.ip) 52 raise Exception("Unable to create directory /usr/disk-img on " + server.ip) 57 … raise Exception("Unable to create disk file /usr/disk-img/disk-cbqe3043.ext3 on " + server.ip) 62 … raise Exception("Unable to format disk file into an ext3 filesystem on " + server.ip) 67 raise Exception("Unable to mount /cbqe3043 on " + server.ip) 72 raise Exception("Unable to give permissions for /cbqe3043 on " + server.ip)
|
/6.0.3/testrunner/pytests/failover/ |
H A D | negative_failover_tests.py | 27 except Exception,ex: 39 except Exception,ex: 51 except Exception,ex: 60 except Exception,ex: 69 except Exception,ex: 81 except Exception,ex: 94 except Exception, ex: 103 except Exception, ex: 116 except Exception, ex: 132 except Exception, ex: [all …]
|
/6.0.3/testrunner/lib/membase/api/ |
H A D | rest_client.py | 140 except Exception: 196 except Exception, ex: 373 except Exception, ex: 1279 except Exception, ex: 1329 except Exception, ex: 1637 raise Exception(content) 1643 raise Exception(content) 1663 raise Exception(content) 1670 raise Exception(content) 1685 raise Exception(content) [all …]
|
/6.0.3/kv_engine/include/memcached/rbac/ |
H A D | privilege_database.h | 202 class RBAC_PUBLIC_API Exception : public std::runtime_error { 204 explicit Exception(const char* msg) : std::runtime_error(msg) { in Exception() function 212 class RBAC_PUBLIC_API NoSuchUserException : public Exception { 214 explicit NoSuchUserException(const char* msg) : Exception(msg) { in NoSuchUserException() 222 class RBAC_PUBLIC_API NoSuchBucketException : public Exception { 224 explicit NoSuchBucketException(const char* msg) : Exception(msg) { in NoSuchBucketException()
|
/6.0.3/testrunner/pytests/eventing/ |
H A D | eventing_negative.py | 46 except Exception as ex: 56 except Exception as ex: 69 except Exception as ex: 83 except Exception as ex: 105 except Exception as ex: 197 except Exception as ex: 239 except Exception as e: 270 except Exception as e: 280 except Exception as e: 290 except Exception as e: [all …]
|
/6.0.3/testrunner/lib/tasks/ |
H A D | task.py | 45 except Exception as e: 324 except Exception as e: 345 except Exception as e: 373 except Exception as e: 387 except Exception as e: 439 except Exception as e: 529 except Exception as e: 2913 except Exception, e: 3992 except Exception, e: 4047 except Exception: [all …]
|
/6.0.3/testrunner/pytests/castest/ |
H A D | opschangecas.py | 118 … raise Exception("The item should already be deleted. We can't mutate it anymore") 125 raise Exception(error) 132 … raise Exception("The item should already be expired. We can't mutate it anymore") 139 raise Exception(error) 144 raise Exception("Set operation fails to modify the CAS value") 148 raise Exception("Set operation fails to change item value") 175 raise Exception("failed to load items into bucket") 185 except Exception as ex: 186 raise Exception(ex)
|