You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, kv.lookup() should be able to get the generation integer I think, and then that is the integer that should be used on insertion to avoid double insertion. So we might have a misuse of the API.
Alternatively we may have a KV bug either in our implementation or otherwise that this isn't working correctly - either way it needs to be investigated.
I had to disable the generation insert test in #1120 because it is consistently failing.
We should investigate the root cause here and reenable the test to be sure the functionality is working correctly.
/cc @vcarvajal-sigsci
The text was updated successfully, but these errors were encountered: