summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-05-31 00:01:05 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-06-04 10:12:04 +1200
commitdc117d8dd829c64971baefdbaca835aa5c7fb7b7 (patch)
tree15875afbbcf7edd1519bfc6d78f94603c08462cb /tools
parentff4b6a13397b6b7102cddff70098b23a2d6ab606 (diff)
downloadtrove-dc117d8dd829c64971baefdbaca835aa5c7fb7b7.tar.gz
Set status to ERROR if heartbeat expires
Change-Id: Ib8f5062094c0ec7766d4c6c6e7c3c8168e15ebd6
Diffstat (limited to 'tools')
-rw-r--r--tools/trove-pylint.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/trove-pylint.config b/tools/trove-pylint.config
index 85571893..98251bfa 100644
--- a/tools/trove-pylint.config
+++ b/tools/trove-pylint.config
@@ -1241,6 +1241,12 @@
],
[
"trove/instance/models.py",
+ "E1101",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
+ "trove/instance/models.py",
"no-member",
"Class 'DBInstance' has no 'cluster_id' member",
"module_instance_count"
@@ -1324,6 +1330,12 @@
"DBInstance.key"
],
[
+ "trove/instance/models.py",
+ "no-member",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
"trove/instance/service.py",
"E1101",
"Instance of 'BuiltInstance' has no 'get_default_configuration_template' member",