Skip to content

Commit

Permalink
skiplist_volume_spec: switched optimizations off due to bug in with_o…
Browse files Browse the repository at this point in the history
…ptimizations
  • Loading branch information
Oleg Andreev committed Apr 28, 2008
1 parent 6eb0297 commit 0c7c1ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/lib/strokedb/volumes/skiplist_volume_spec.rb
Expand Up @@ -16,9 +16,9 @@

end

SimpleSkiplist.with_optimizations(OPTIMIZATIONS) do |lang|

describe "Brand new SkiplistVolume" do
#SimpleSkiplist.with_optimizations(OPTIMIZATIONS) do |lang|
lang = "Ruby {FIXME: with_optimizations is irreversible operation for now}"
describe "Brand new SkiplistVolume [#{lang}]" do
before(:each) do
@path = TEMP_STORAGES + '/skiplist_volume_files/volume'
FileUtils.rm_rf(TEMP_STORAGES + '/skiplist_volume_files')
Expand All @@ -32,7 +32,7 @@
it_should_behave_like "SkiplistVolume inserts and finds"
end

describe "Brand new SkiplistVolume with immediate dumps" do
describe "Brand new SkiplistVolume with immediate dumps [#{lang}]" do
before(:each) do
@path = TEMP_STORAGES + '/skiplist_volume_files/volume'
FileUtils.rm_rf(TEMP_STORAGES + '/skiplist_volume_files')
Expand All @@ -45,5 +45,5 @@

it_should_behave_like "SkiplistVolume inserts and finds"
end
end

#end

0 comments on commit 0c7c1ec

Please sign in to comment.