Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
prune-migration-test: sleep much longer
Browse files Browse the repository at this point in the history
Unfortunately, especially with mysql, the prune-migration-test
fails because the pruning of the jobs takes too long and the
jobs are not all removed when the check for them is done.
  • Loading branch information
pstorz committed Apr 18, 2017
1 parent 1a7702e commit 7c264b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prune-migration-test
Expand Up @@ -66,7 +66,7 @@ SELECT JobId, JobTDate, StartTime, EndTime FROM Job;
list jobs
prune jobs jobtype=backup yes
@sleep 10
@sleep 90
list jobs
sql
SELECT JobId, JobTDate, StartTime, EndTime FROM Job;
Expand Down

0 comments on commit 7c264b7

Please sign in to comment.