Added comment about why temp debugging exists
This commit is contained in:
parent
74a3fd7596
commit
27e8aa9c68
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue