Changeset 10f56a
- Timestamp:
- 01/09/08 18:57:39 (4 years ago)
- Branches:
- master, ketama-compat
- Children:
- 273f1f
- Parents:
- af8239
- git-author:
- Tomash Brechko <tomash.brechko@…> (01/09/08 17:02:25)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (01/09/08 18:57:39)
- File:
-
- 1 edited
-
t/nowait.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/nowait.t
r03d51a r10f56a 29 29 $Memd::memd->replace('no-such-key', 1); 30 30 31 my $res = $Memd::memd->get_multi(@keys); 31 my @extra_keys = @keys; 32 for (1..count) { 33 splice(@extra_keys, int(rand(@extra_keys + 1)), 0, "no_such_key-$_"); 34 } 35 my $res = $Memd::memd->get_multi(@extra_keys); 32 36 isa_ok($res, 'HASH'); 33 37 is(scalar keys %$res, count, 'Fetched all keys');
Note: See TracChangeset
for help on using the changeset viewer.
