juno 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -277
- data/juno.gemspec +6 -5
- data/lib/juno.rb +3 -122
- metadata +23 -307
- data/.gitignore +0 -6
- data/.travis.yml +0 -30
- data/Gemfile +0 -56
- data/LICENSE +0 -20
- data/Rakefile +0 -33
- data/SPEC.md +0 -71
- data/benchmarks/run.rb +0 -180
- data/lib/juno/adapters/activerecord.rb +0 -74
- data/lib/juno/adapters/cassandra.rb +0 -89
- data/lib/juno/adapters/cookie.rb +0 -35
- data/lib/juno/adapters/couch.rb +0 -57
- data/lib/juno/adapters/datamapper.rb +0 -76
- data/lib/juno/adapters/dbm.rb +0 -25
- data/lib/juno/adapters/file.rb +0 -60
- data/lib/juno/adapters/fog.rb +0 -51
- data/lib/juno/adapters/gdbm.rb +0 -25
- data/lib/juno/adapters/hbase.rb +0 -64
- data/lib/juno/adapters/leveldb.rb +0 -35
- data/lib/juno/adapters/localmemcache.rb +0 -26
- data/lib/juno/adapters/lruhash.rb +0 -83
- data/lib/juno/adapters/memcached.rb +0 -11
- data/lib/juno/adapters/memcached_dalli.rb +0 -51
- data/lib/juno/adapters/memcached_native.rb +0 -52
- data/lib/juno/adapters/memory.rb +0 -32
- data/lib/juno/adapters/mongo.rb +0 -50
- data/lib/juno/adapters/null.rb +0 -30
- data/lib/juno/adapters/pstore.rb +0 -58
- data/lib/juno/adapters/redis.rb +0 -56
- data/lib/juno/adapters/riak.rb +0 -57
- data/lib/juno/adapters/sdbm.rb +0 -35
- data/lib/juno/adapters/sequel.rb +0 -67
- data/lib/juno/adapters/sqlite.rb +0 -61
- data/lib/juno/adapters/tokyocabinet.rb +0 -41
- data/lib/juno/adapters/yaml.rb +0 -15
- data/lib/juno/base.rb +0 -62
- data/lib/juno/builder.rb +0 -39
- data/lib/juno/cache.rb +0 -78
- data/lib/juno/expires.rb +0 -47
- data/lib/juno/lock.rb +0 -44
- data/lib/juno/logger.rb +0 -86
- data/lib/juno/proxy.rb +0 -72
- data/lib/juno/stack.rb +0 -72
- data/lib/juno/transformer.rb +0 -176
- data/lib/juno/version.rb +0 -5
- data/lib/rack/cache/juno.rb +0 -93
- data/lib/rack/juno_cookies.rb +0 -64
- data/lib/rack/session/juno.rb +0 -63
- data/spec/generate.rb +0 -1068
- data/spec/helper.rb +0 -78
- data/spec/juno/adapter_activerecord_spec.rb +0 -27
- data/spec/juno/adapter_cassandra_spec.rb +0 -13
- data/spec/juno/adapter_cookie_spec.rb +0 -13
- data/spec/juno/adapter_couch_spec.rb +0 -13
- data/spec/juno/adapter_datamapper_spec.rb +0 -44
- data/spec/juno/adapter_dbm_spec.rb +0 -13
- data/spec/juno/adapter_file_spec.rb +0 -13
- data/spec/juno/adapter_fog_spec.rb +0 -18
- data/spec/juno/adapter_gdbm_spec.rb +0 -13
- data/spec/juno/adapter_hbase_spec.rb +0 -13
- data/spec/juno/adapter_leveldb_spec.rb +0 -13
- data/spec/juno/adapter_localmemcache_spec.rb +0 -13
- data/spec/juno/adapter_lruhash_spec.rb +0 -26
- data/spec/juno/adapter_memcached_dalli_spec.rb +0 -14
- data/spec/juno/adapter_memcached_native_spec.rb +0 -14
- data/spec/juno/adapter_memcached_spec.rb +0 -14
- data/spec/juno/adapter_memory_spec.rb +0 -34
- data/spec/juno/adapter_mongo_spec.rb +0 -13
- data/spec/juno/adapter_pstore_spec.rb +0 -16
- data/spec/juno/adapter_redis_spec.rb +0 -14
- data/spec/juno/adapter_riak_spec.rb +0 -17
- data/spec/juno/adapter_sdbm_spec.rb +0 -13
- data/spec/juno/adapter_sequel_spec.rb +0 -13
- data/spec/juno/adapter_sqlite_spec.rb +0 -13
- data/spec/juno/adapter_tokyocabinet_bdb_spec.rb +0 -13
- data/spec/juno/adapter_tokyocabinet_hdb_spec.rb +0 -13
- data/spec/juno/adapter_yaml_spec.rb +0 -16
- data/spec/juno/cache_file_memory_spec.rb +0 -29
- data/spec/juno/cache_memory_null_spec.rb +0 -18
- data/spec/juno/expires_file_spec.rb +0 -71
- data/spec/juno/expires_memory_spec.rb +0 -49
- data/spec/juno/lock_spec.rb +0 -37
- data/spec/juno/null_adapter_spec.rb +0 -22
- data/spec/juno/proxy_expires_memory_spec.rb +0 -51
- data/spec/juno/proxy_redis_spec.rb +0 -18
- data/spec/juno/simple_activerecord_spec.rb +0 -45
- data/spec/juno/simple_activerecord_with_expires_spec.rb +0 -46
- data/spec/juno/simple_cassandra_spec.rb +0 -46
- data/spec/juno/simple_couch_spec.rb +0 -45
- data/spec/juno/simple_couch_with_expires_spec.rb +0 -46
- data/spec/juno/simple_datamapper_spec.rb +0 -47
- data/spec/juno/simple_datamapper_with_expires_spec.rb +0 -48
- data/spec/juno/simple_datamapper_with_repository_spec.rb +0 -47
- data/spec/juno/simple_dbm_spec.rb +0 -45
- data/spec/juno/simple_dbm_with_expires_spec.rb +0 -46
- data/spec/juno/simple_file_spec.rb +0 -45
- data/spec/juno/simple_file_with_expires_spec.rb +0 -46
- data/spec/juno/simple_fog_spec.rb +0 -50
- data/spec/juno/simple_fog_with_expires_spec.rb +0 -52
- data/spec/juno/simple_gdbm_spec.rb +0 -45
- data/spec/juno/simple_gdbm_with_expires_spec.rb +0 -46
- data/spec/juno/simple_hashfile_spec.rb +0 -45
- data/spec/juno/simple_hashfile_with_expires_spec.rb +0 -46
- data/spec/juno/simple_hbase_spec.rb +0 -45
- data/spec/juno/simple_hbase_with_expires_spec.rb +0 -46
- data/spec/juno/simple_leveldb_spec.rb +0 -45
- data/spec/juno/simple_leveldb_with_expires_spec.rb +0 -46
- data/spec/juno/simple_localmemcache_spec.rb +0 -45
- data/spec/juno/simple_localmemcache_with_expires_spec.rb +0 -46
- data/spec/juno/simple_lruhash_spec.rb +0 -45
- data/spec/juno/simple_lruhash_with_expires_spec.rb +0 -46
- data/spec/juno/simple_memcached_dalli_spec.rb +0 -46
- data/spec/juno/simple_memcached_native_spec.rb +0 -46
- data/spec/juno/simple_memcached_spec.rb +0 -46
- data/spec/juno/simple_memory_spec.rb +0 -45
- data/spec/juno/simple_memory_with_compress_spec.rb +0 -45
- data/spec/juno/simple_memory_with_expires_spec.rb +0 -46
- data/spec/juno/simple_memory_with_json_key_serializer_spec.rb +0 -32
- data/spec/juno/simple_memory_with_json_md5_key_serializer_spec.rb +0 -32
- data/spec/juno/simple_memory_with_json_serializer_spec.rb +0 -22
- data/spec/juno/simple_memory_with_json_value_serializer_spec.rb +0 -29
- data/spec/juno/simple_memory_with_prefix_spec.rb +0 -45
- data/spec/juno/simple_memory_with_quicklz_compress_spec.rb +0 -45
- data/spec/juno/simple_mongo_spec.rb +0 -45
- data/spec/juno/simple_mongo_with_expires_spec.rb +0 -46
- data/spec/juno/simple_null_spec.rb +0 -32
- data/spec/juno/simple_pstore_spec.rb +0 -45
- data/spec/juno/simple_pstore_with_expires_spec.rb +0 -46
- data/spec/juno/simple_redis_spec.rb +0 -46
- data/spec/juno/simple_riak_spec.rb +0 -49
- data/spec/juno/simple_riak_with_expires_spec.rb +0 -50
- data/spec/juno/simple_sdbm_spec.rb +0 -45
- data/spec/juno/simple_sdbm_with_expires_spec.rb +0 -46
- data/spec/juno/simple_sequel_spec.rb +0 -45
- data/spec/juno/simple_sequel_with_expires_spec.rb +0 -46
- data/spec/juno/simple_sqlite_spec.rb +0 -45
- data/spec/juno/simple_sqlite_with_expires_spec.rb +0 -46
- data/spec/juno/simple_tokyocabinet_spec.rb +0 -45
- data/spec/juno/simple_tokyocabinet_with_expires_spec.rb +0 -46
- data/spec/juno/simple_yaml_spec.rb +0 -44
- data/spec/juno/simple_yaml_with_expires_spec.rb +0 -45
- data/spec/juno/stack_file_memory_spec.rb +0 -20
- data/spec/juno/stack_memory_file_spec.rb +0 -19
- data/spec/juno/transformer_bencode_spec.rb +0 -25
- data/spec/juno/transformer_bert_spec.rb +0 -25
- data/spec/juno/transformer_bson_spec.rb +0 -25
- data/spec/juno/transformer_bzip2_spec.rb +0 -22
- data/spec/juno/transformer_json_spec.rb +0 -25
- data/spec/juno/transformer_lzma_spec.rb +0 -22
- data/spec/juno/transformer_lzo_spec.rb +0 -22
- data/spec/juno/transformer_marshal_base64_spec.rb +0 -48
- data/spec/juno/transformer_marshal_escape_spec.rb +0 -48
- data/spec/juno/transformer_marshal_hmac_spec.rb +0 -48
- data/spec/juno/transformer_marshal_md5_spec.rb +0 -48
- data/spec/juno/transformer_marshal_md5_spread_spec.rb +0 -48
- data/spec/juno/transformer_marshal_prefix_spec.rb +0 -48
- data/spec/juno/transformer_marshal_rmd160_spec.rb +0 -48
- data/spec/juno/transformer_marshal_sha1_spec.rb +0 -48
- data/spec/juno/transformer_marshal_sha256_spec.rb +0 -48
- data/spec/juno/transformer_marshal_sha384_spec.rb +0 -48
- data/spec/juno/transformer_marshal_sha512_spec.rb +0 -48
- data/spec/juno/transformer_marshal_uuencode_spec.rb +0 -48
- data/spec/juno/transformer_msgpack_spec.rb +0 -25
- data/spec/juno/transformer_ox_spec.rb +0 -46
- data/spec/juno/transformer_quicklz_spec.rb +0 -22
- data/spec/juno/transformer_snappy_spec.rb +0 -22
- data/spec/juno/transformer_tnet_spec.rb +0 -25
- data/spec/juno/transformer_yaml_spec.rb +0 -46
- data/spec/juno/transformer_zlib_spec.rb +0 -22
- data/spec/junospecs.rb +0 -2284
- data/spec/rack/cache_juno_spec.rb +0 -355
- data/spec/rack/juno_cookies_spec.rb +0 -81
- data/spec/rack/session_juno_spec.rb +0 -305
data/spec/helper.rb
DELETED
@@ -1,78 +0,0 @@
|
|
1
|
-
require 'juno'
|
2
|
-
require 'fileutils'
|
3
|
-
require 'junospecs'
|
4
|
-
|
5
|
-
class Value
|
6
|
-
attr_accessor :x
|
7
|
-
def initialize(x)
|
8
|
-
@x = x
|
9
|
-
end
|
10
|
-
|
11
|
-
def ==(other)
|
12
|
-
Value === other && other.x == x
|
13
|
-
end
|
14
|
-
|
15
|
-
def eql?(other)
|
16
|
-
Value === other && other.x == x
|
17
|
-
end
|
18
|
-
|
19
|
-
def hash
|
20
|
-
x.hash
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
def make_tempdir
|
25
|
-
# Expand path since datamapper needs absolute path in setup
|
26
|
-
tempdir = File.expand_path(File.join(File.dirname(__FILE__), 'tmp'))
|
27
|
-
FileUtils.mkpath(tempdir)
|
28
|
-
tempdir
|
29
|
-
end
|
30
|
-
|
31
|
-
def marshal_error
|
32
|
-
# HACK: Marshalling structs in rubinius without class name throws
|
33
|
-
# NoMethodError (to_sym). TODO: Create an issue for rubinius!
|
34
|
-
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
|
35
|
-
RUBY_VERSION < '1.9' ? ArgumentError : NoMethodError
|
36
|
-
else
|
37
|
-
TypeError
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
class InitializeStore
|
42
|
-
def initialize(&block)
|
43
|
-
instance_eval(&block)
|
44
|
-
store = new_store
|
45
|
-
store['foo'] = 'bar'
|
46
|
-
store.clear
|
47
|
-
store.close
|
48
|
-
end
|
49
|
-
|
50
|
-
def method_missing(*args)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
def describe_juno(name, &block)
|
55
|
-
begin
|
56
|
-
InitializeStore.new(&block)
|
57
|
-
describe(name, &block)
|
58
|
-
rescue LoadError => ex
|
59
|
-
puts "\e[31mTest #{name} not executed: #{ex.message}\e[0m"
|
60
|
-
rescue Exception => ex
|
61
|
-
puts "\e[31mTest #{name} not executed: #{ex.message}\e[0m"
|
62
|
-
puts ex.backtrace.join("\n")
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
shared_context 'setup_store' do
|
67
|
-
let(:store) do
|
68
|
-
new_store
|
69
|
-
end
|
70
|
-
|
71
|
-
before do
|
72
|
-
store.clear
|
73
|
-
end
|
74
|
-
|
75
|
-
after do
|
76
|
-
store.close.should == nil if store
|
77
|
-
end
|
78
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_activerecord" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::ActiveRecord.new(:connection => { :adapter => (defined?(JRUBY_VERSION) ? 'jdbcsqlite3' : 'sqlite3'), :database => File.join(make_tempdir, 'adapter_activerecord') })
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it 'updates an existing key/value' do
|
14
|
-
store['foo/bar'] = '1'
|
15
|
-
store['foo/bar'] = '2'
|
16
|
-
records = store.table.find :all, :conditions => { :k => 'foo/bar' }
|
17
|
-
records.count.should == 1
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'uses an existing connection' do
|
21
|
-
ActiveRecord::Base.establish_connection :adapter => (defined?(JRUBY_VERSION) ? 'jdbcsqlite3' : 'sqlite3'), :database => File.join(make_tempdir, 'activerecord-existing')
|
22
|
-
|
23
|
-
store = Juno::Adapters::ActiveRecord.new
|
24
|
-
store.table.should be_table_exists
|
25
|
-
end
|
26
|
-
|
27
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_cassandra" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Cassandra.new(:keyspace => 'adapter_cassandra')
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_cookie" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Cookie.new
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_couch" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Couch.new(:db => 'adapter_couch')
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_datamapper" do
|
5
|
-
require 'dm-core'
|
6
|
-
DataMapper.setup(:default, :adapter => :in_memory)
|
7
|
-
def new_store
|
8
|
-
Juno::Adapters::DataMapper.new(:setup => "sqlite3://#{make_tempdir}/adapter_datamapper")
|
9
|
-
end
|
10
|
-
|
11
|
-
include_context 'setup_store'
|
12
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
13
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
14
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
15
|
-
it 'does not cross contaminate when storing' do
|
16
|
-
first = Juno::Adapters::DataMapper.new(:setup => "sqlite3://#{make_tempdir}/datamapper-first")
|
17
|
-
first.clear
|
18
|
-
|
19
|
-
second = Juno::Adapters::DataMapper.new(:repository => :sample, :setup => "sqlite3://#{make_tempdir}/datamapper-second")
|
20
|
-
second.clear
|
21
|
-
|
22
|
-
first['key'] = 'value'
|
23
|
-
second['key'] = 'value2'
|
24
|
-
|
25
|
-
first['key'].should == 'value'
|
26
|
-
second['key'].should == 'value2'
|
27
|
-
end
|
28
|
-
|
29
|
-
it 'does not cross contaminate when deleting' do
|
30
|
-
first = Juno::Adapters::DataMapper.new(:setup => "sqlite3://#{make_tempdir}/datamapper-first")
|
31
|
-
first.clear
|
32
|
-
|
33
|
-
second = Juno::Adapters::DataMapper.new(:repository => :sample, :setup => "sqlite3://#{make_tempdir}/datamapper-second")
|
34
|
-
second.clear
|
35
|
-
|
36
|
-
first['key'] = 'value'
|
37
|
-
second['key'] = 'value2'
|
38
|
-
|
39
|
-
first.delete('key').should == 'value'
|
40
|
-
first.key?('key').should == false
|
41
|
-
second['key'].should == 'value2'
|
42
|
-
end
|
43
|
-
|
44
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_dbm" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::DBM.new(:file => File.join(make_tempdir, "adapter_dbm"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_file" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::File.new(:dir => File.join(make_tempdir, "adapter_file"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_fog" do
|
5
|
-
require 'fog'
|
6
|
-
Fog.mock!
|
7
|
-
def new_store
|
8
|
-
Juno::Adapters::Fog.new(:aws_access_key_id => 'fake_access_key_id',
|
9
|
-
:aws_secret_access_key => 'fake_secret_access_key',
|
10
|
-
:provider => 'AWS',
|
11
|
-
:dir => 'juno')
|
12
|
-
end
|
13
|
-
|
14
|
-
include_context 'setup_store'
|
15
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
16
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
17
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
18
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_gdbm" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::GDBM.new(:file => File.join(make_tempdir, "adapter_gdbm"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_hbase" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::HBase.new(:table => 'adapter_hbase')
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_leveldb" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::LevelDB.new(:dir => File.join(make_tempdir, "adapter_leveldb"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_localmemcache" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::LocalMemCache.new(:file => File.join(make_tempdir, "adapter_localmemcache"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_lruhash" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::LRUHash.new
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it 'should delete oldest' do
|
14
|
-
store = Juno::Adapters::LRUHash.new(:max_size => 10)
|
15
|
-
store[0] = 'y'
|
16
|
-
(1..1000).each do |i|
|
17
|
-
store[i] = 'x'
|
18
|
-
store[0].should == 'y'
|
19
|
-
store.instance_variable_get(:@entry).size.should == [10, i+1].min
|
20
|
-
(0...[9, i-1].min).each do |j|
|
21
|
-
store.instance_variable_get(:@entry)[i-j].should_not be_nil
|
22
|
-
end
|
23
|
-
store.key?(i-9).should be_false if i > 9
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_memcached_dalli" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::MemcachedDalli.new(:namespace => "adapter_memcached_dalli")
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it_should_behave_like 'expires_stringkey_stringvalue'
|
14
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_memcached_native" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::MemcachedNative.new(:namespace => "adapter_memcached_native")
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it_should_behave_like 'expires_stringkey_stringvalue'
|
14
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_memcached" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Memcached.new(:namespace => "adapter_memcached")
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it_should_behave_like 'expires_stringkey_stringvalue'
|
14
|
-
end
|
@@ -1,34 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_memory" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Memory.new
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_objectkey_objectvalue'
|
11
|
-
it_should_behave_like 'null_objectkey_stringvalue'
|
12
|
-
it_should_behave_like 'null_objectkey_hashvalue'
|
13
|
-
it_should_behave_like 'null_objectkey_booleanvalue'
|
14
|
-
it_should_behave_like 'null_stringkey_objectvalue'
|
15
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
16
|
-
it_should_behave_like 'null_stringkey_hashvalue'
|
17
|
-
it_should_behave_like 'null_stringkey_booleanvalue'
|
18
|
-
it_should_behave_like 'null_hashkey_objectvalue'
|
19
|
-
it_should_behave_like 'null_hashkey_stringvalue'
|
20
|
-
it_should_behave_like 'null_hashkey_hashvalue'
|
21
|
-
it_should_behave_like 'null_hashkey_booleanvalue'
|
22
|
-
it_should_behave_like 'store_objectkey_objectvalue'
|
23
|
-
it_should_behave_like 'store_objectkey_stringvalue'
|
24
|
-
it_should_behave_like 'store_objectkey_hashvalue'
|
25
|
-
it_should_behave_like 'store_objectkey_booleanvalue'
|
26
|
-
it_should_behave_like 'store_stringkey_objectvalue'
|
27
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
28
|
-
it_should_behave_like 'store_stringkey_hashvalue'
|
29
|
-
it_should_behave_like 'store_stringkey_booleanvalue'
|
30
|
-
it_should_behave_like 'store_hashkey_objectvalue'
|
31
|
-
it_should_behave_like 'store_hashkey_stringvalue'
|
32
|
-
it_should_behave_like 'store_hashkey_hashvalue'
|
33
|
-
it_should_behave_like 'store_hashkey_booleanvalue'
|
34
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_mongo" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::Mongo.new(:db => "adapter_mongo")
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# Generated by generate.rb
|
2
|
-
require 'helper'
|
3
|
-
|
4
|
-
describe_juno "adapter_pstore" do
|
5
|
-
def new_store
|
6
|
-
Juno::Adapters::PStore.new(:file => File.join(make_tempdir, "adapter_pstore"))
|
7
|
-
end
|
8
|
-
|
9
|
-
include_context 'setup_store'
|
10
|
-
it_should_behave_like 'null_stringkey_stringvalue'
|
11
|
-
it_should_behave_like 'store_stringkey_stringvalue'
|
12
|
-
it_should_behave_like 'returndifferent_stringkey_stringvalue'
|
13
|
-
it_should_behave_like 'null_stringkey_objectvalue'
|
14
|
-
it_should_behave_like 'store_stringkey_objectvalue'
|
15
|
-
it_should_behave_like 'returndifferent_stringkey_objectvalue'
|
16
|
-
end
|