-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
store: Setting the start and end to prior posting changes #837
Conversation
Not sure if its better to revert to: or go to: Really need some way of testing this. :/ |
…we iterate over items
I'm still unsure if we should be adding |
This is it! Will add unit test for this into your branch.
I agree - it might be a bug as well, will remove it. We can always add it. Test should catch this hopefully. |
Moved bucket e2e tests to table test. Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
Added test with naive "partitioner" to simulate multiple parts. This on master triggers:
|
And yea, that extra |
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
Thanks for spotting this 👍 Classic golang bug 🤦♂️ function closure + loop... 💥 |
Fixes #829 |
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
@devnev spotted it within seconds 😂 |
No description provided.