Skip to content

Commit

Permalink
storage-5 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Apr 20, 2008
1 parent f620a94 commit 1e4284c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bugs/issue-fa64e74e54d1dd7a895939fb8bd41a899fe746ce.yaml
Expand Up @@ -32,8 +32,8 @@ type: :bugfix
component: Storage
release: v0.0.3
reporter: Yurii Rashkovskii <yrashk@idbns.com>
status: :unstarted
disposition:
status: :closed
disposition: :fixed
creation_time: 2008-04-17 21:28:49.887863 Z
references: []

Expand All @@ -51,3 +51,7 @@ log_events:
- Yurii Rashkovskii <yrashk@idbns.com>
- commented
- Spec is located at spec/lib/strokedb/sync/store_sync_spec.rb now
- - 2008-04-20 13:10:54.668785 Z
- Yurii Rashkovskii <yrashk@idbns.com>
- closed issue with disposition fixed
- That appears to be a spec bug (store was not synced, and autosync was trying to sync everything on files already engaged in the next subsequent example)
2 changes: 2 additions & 0 deletions spec/lib/strokedb/sync/store_sync_spec.rb
Expand Up @@ -12,6 +12,8 @@
end

after(:each) do
@store.stop_autosync!
@another_store.stop_autosync!
FileUtils.rm_rf TEMP_STORAGES + '/store_sync'
FileUtils.rm_rf TEMP_STORAGES + '/store_sync_another'
end
Expand Down

0 comments on commit 1e4284c

Please sign in to comment.