103
103
"""Helper to switch to the right DB user and run the job."""
105
106
self.layer.switchDbUser(self.dbuser)
106
107
# Set the state to RUNNING.
108
109
# Commit the RUNNING state.
113
121
class PlainPackageCopyJobTests(TestCaseWithFactory, LocalTestHelper):