Dear All,

I've been fighting with this issue for some days and does not seem to come 
to a good solution:

Since updating the Google Plugin for Eclipse and the SDK to 1.5.2 I noticed 
that the DataStore takes a very long time to store my entities.
Here is what I do and the behavior of the local system:

Scenario 1:
1. create entity
2. close the PersistenceManager
3. read the entity --> sometimes it is not found because the creation is too 
slow and the reading happens too early 

Scenario 2:
1. create 100 entities
2. close the PersistenceManager
3. read entities --> only 50 entities found
4. read again --> only 70 entities found
5. read again --> only 90 entities found
6. read again --> finally get all 100 entities

The big problem for me is that this breaks my automated test which I run on 
the local dev server !!

I have  Google Plugin for Eclipse 3.6 version 2.3.3.r36v201107211953 and the 
SDK version 1.5.2.r36v201107211953.
I think it has something to do with the recent update .. I'm pretty sure I 
did not change anything significant in my coding .. I guess :)

Does anyone have a clue about what's wrong here ?

Thanks,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/RRterfr_pbgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to