SchemaTest failure

Bug #1451872 reported by David Britton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Storm
Fix Released
Medium
Björn Tillenius

Bug Description

======================================================================
ERROR: test_advance (tests.schema.schema.SchemaTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/jenkins/workspace/storm/label/precise-server/tests/mocker.py", line 102, in test_method_wrapper
    result = test_method()
  File "/var/jenkins/workspace/storm/label/precise-server/tests/schema/schema.py", line 236, in test_advance
    self.schema.advance(self.store, 1)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/schema/schema.py", line 187, in advance
    patch_applier.apply(version)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/schema/patch.py", line 114, in apply
    module.apply(self._store)
  File "/tmp/tmpojrJIh/patch_package/patch_1.py", line 3, in apply
  File "/var/jenkins/workspace/storm/label/precise-server/storm/store.py", line 109, in execute
    return self._connection.execute(statement, params, noresult)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/database.py", line 241, in execute
    raw_cursor = self.raw_execute(statement, params)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/databases/sqlite.py", line 159, in raw_execute
    return Connection.raw_execute(self, statement, params)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/database.py", line 374, in raw_execute
    self._run_execution(raw_cursor, args, params, statement)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/database.py", line 388, in _run_execution
    self._check_disconnect(raw_cursor.execute, *args)
  File "/var/jenkins/workspace/storm/label/precise-server/storm/database.py", line 454, in _check_disconnect
    return function(*args, **kwargs)
OperationalError: no such table: test

This is on trunk storm on a precise server.

David Britton (dpb)
tags: removed: kanban
Revision history for this message
Björn Tillenius (bjornt) wrote :

Fixed in r473.

Changed in storm:
status: New → Fix Committed
assignee: nobody → Björn Tillenius (bjornt)
Colin Watson (cjwatson)
Changed in storm:
status: Fix Committed → Fix Released
milestone: none → 0.21
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.