Added comment about why temp debugging exists
This commit is contained in:
parent
74a3fd7596
commit
27e8aa9c68
@ -190,6 +190,7 @@ class query_counter(object):
|
||||
def __eq__(self, value):
|
||||
""" == Compare querycounter. """
|
||||
counter = self._get_count()
|
||||
# Temp debugging to try and understand intermittent travis-ci failures
|
||||
if value != counter:
|
||||
print [x for x in self.db.system.profile.find()]
|
||||
return value == counter
|
||||
|
Loading…
x
Reference in New Issue
Block a user