* @throws Exception
*/
@SuppressWarnings("unchecked")
@Test
public void putBigEntities() throws Exception {
Blob blob = new Blob(new byte[DatastoreUtil.MAX_ENTITY_SIZE]);
Key globalTransactionKey =
DatastoreUtil.allocateId(ds, GlobalTransaction.KIND);
Key key = KeyFactory.createKey("Hoge", 1);
Key key2 = KeyFactory.createKey("Hoge", 2);
Map<Key, Entity> journalMap = new LinkedHashMap<Key, Entity>();