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
I'm testing xline with kubernetes conformance. There's a high probability i will get an error: the object has been modified; please apply your changes to the latest version and try again, In general this is a specific design of the k8s, not a fault, but it is a real problem when it becomes a blocker to conformance testing.
xline version: master (ghcr.io/xline-kv/xline:latest)
go version: 1.22
Relevant log output
$ go run main.go
&{cluster_id:18175749204089910324 member_id:16162903154130446168 revision:10233 [ID:16162903154130446168 name:"xline" peerURLs:"0.0.0.0:12379" clientURLs:"http://0.0.0.0:12379" ] {} [] 0} <nil>
2024/06/11 07:44:18 finished for key:/kindtest/configmaps/namespace/cm6 and reversion:10237
2024/06/11 07:44:18 finished for key:/kindtest/configmaps/namespace/cm2 and reversion:10234
2024/06/11 07:44:18 exist reversion:10237 when working for key:/kindtest/configmaps/namespace/cm3 !!exit status 1
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description about the bug
I'm testing xline with kubernetes conformance. There's a high probability i will get an error:
the object has been modified; please apply your changes to the latest version and try again
, In general this is a specific design of the k8s, not a fault, but it is a real problem when it becomes a blocker to conformance testing.the reason is xline retrun the repeate revision.
try to reproduce:
cc @Phoenix500526 @bsbds
Version
xline version: master (ghcr.io/xline-kv/xline:latest)
go version: 1.22
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: