Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specs are failing; can't increment or decrement non-numeric value #20

Open
dball opened this issue Mar 29, 2010 · 0 comments
Open

Specs are failing; can't increment or decrement non-numeric value #20

dball opened this issue Mar 29, 2010 · 0 comments

Comments

@dball
Copy link

dball commented Mar 29, 2010

Using rails-2.3.5 and friends:

MemCache::MemCacheError in 'Cash::Accessor#incr when there is a cache hit increments the value of the cache'
cannot increment or decrement non-numeric value
./spec/cash/accessor_spec.rb:85:

MemCache::MemCacheError in 'Cash::Accessor#incr when there is a cache hit returns the new cache value'
cannot increment or decrement non-numeric value
./spec/cash/accessor_spec.rb:90:

MemCache::MemCacheError in 'Cash::Transactional Basic Operations increments through the real cache'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:24:

MemCache::MemCacheError in 'Cash::Transactional Basic Operations decrements through the real cache'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:32:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction Increment and Decrement#incr works'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:134:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction Increment and Decrement#incr is buffered'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:141:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction Increment and Decrement#decr works'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:162:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction Increment and Decrement#decr is buffered'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:169:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction Increment and Decrement#decr bottoms out at zero'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:187:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction#incr increment be atomic'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:342:
./spec/cash/transactional_spec.rb:340:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction#incr interleaved, etc. increments and sets be ordered'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:350:

MemCache::MemCacheError in 'Cash::Transactional In a Transaction#decr decrement be atomic'
cannot increment or decrement non-numeric value
./spec/cash/transactional_spec.rb:365:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant