Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ======================================================================
  2. ERROR: test_get (socorro.unittest.external.postgresql.test_graphics_report.IntegrationTestGraphicsReport)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/socorro/unittest/external/postgresql/test_graphics_report.py", line 90, in test_get
  6. res = api.get(product='Firefox')
  7. File "/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/socorro/external/postgresql/graphics_report.py", line 138, in get
  8. results = self.query(SQL, params)
  9. File "/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/socorro/external/postgresql/base.py", line 83, in query
  10. connection=connection
  11. File "/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/socorro/external/postgresql/base.py", line 117, in _execute
  12. result = actor_function(connection, sql, params)
  13. File "/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/socorro/external/postgresql/dbapi2_util.py", line 55, in execute_query_fetchall
  14. a_cursor.execute(sql, parameters)
  15. KeyError: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement