-
Notifications
You must be signed in to change notification settings - Fork 23
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
batchPutItems only stores first item #6
Comments
Hi conflagrator I'm not able to reproduce this - could you write an expresso test case? This would help me track it down, thanks, |
Hi Richard, unfortunately I'm not familiar with expresso tests. I tried to run your test with "sudo node simpledb.test.js run", but it threw me an error ("Object # has no method 'isNull'"). Could you tell me a tutorial on how to work with expresso tests? Thank you, |
Hi Thomas, You'll need expresso to run them, do: npm install expresso and then, in the simpledb root folder: expresso -I lib test You should see output log entries for each test and simple command. Thanks for help me with this. I really want to fix this bug - just can't seem to repro it myself :) Richard |
@conflagrator adding you as a contrib, see https://github.com/rvagg/node-levelup/blob/master/CONTRIBUTING.md |
I am trying to write an array of items to SimpleDB via batchPutItems. For some reason, only the first item in the array is stored. All items are well formed, with an $ItemName attribute. Storing every single item with putItem works fine.
The text was updated successfully, but these errors were encountered: