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

Deletes not working #8

Open
liveforeverx opened this issue Apr 7, 2016 · 8 comments
Open

Deletes not working #8

liveforeverx opened this issue Apr 7, 2016 · 8 comments
Labels

Comments

@liveforeverx
Copy link

Ok, after testing this, I found that deletes doesn't reliable works.

Means, I need to delete the same items between 1 and more than 10 times, till it works from the same process in sequential and with 5 seconds intervals.

@benoitc benoitc added the bug label Apr 7, 2016
@benoitc
Copy link
Member

benoitc commented Apr 7, 2016

I am looking at it.

@benoitc
Copy link
Member

benoitc commented Apr 11, 2016

hrmm i'm not sure if I corectly understood "till it works from the same process in sequential and with 5 seconds intervals." what do you mean exactly?

@liveforeverx
Copy link
Author

@benoitc Sorry, I'll describe it more:

I write 20 entries in DB, than I have one process, which sequentially every 5 seconds goes all entries and deletes all entries. After 5 seconds, 18-19 still there, than it deletes all, but afterwards 16-17 are there. The checking process goes sequentially and repeat every 5 seconds. I'm using fold for going throw all entries.

@benoitc
Copy link
Member

benoitc commented Apr 11, 2016

@liveforeverx thanks for the explanation. I will try to reproduce it in the morning. I am back to you ASAP.

@niahoo
Copy link

niahoo commented Aug 4, 2016

Hi, I'm really interested in cowdb. Does this bug still exist ?

@benoitc
Copy link
Member

benoitc commented Aug 7, 2016

@niahoo hrmm i finally had a reproducible test case this we. Expect a fix sometimes this week.

@niahoo
Copy link

niahoo commented Aug 16, 2016

Great news ! Thank you.

@sata
Copy link

sata commented Apr 30, 2017

@benoitc did you find a solution for this bug? cheers

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

No branches or pull requests

4 participants