jetcd: troubles migrating to etcd 3.5.9 from 3.5.4 #15969
Replies: 2 comments 2 replies
-
@lburgazzoli would you mind to provide more detailed info? e.g. test case name, and more log. cc @mitake |
Beta Was this translation helpful? Give feedback.
-
An example of the running action failing is here: etcd-io/jetcd#1145 and the failing test is this one https://github.com/etcd-io/jetcd/blob/main/jetcd-core/src/test/java/io/etcd/jetcd/impl/WatchTokenExpireTest.java The initial investigation shows that the failure happens here: https://github.com/etcd-io/jetcd/blob/73749064e80b196b54e217e17eaac1d07d5f53b3/jetcd-core/src/test/java/io/etcd/jetcd/impl/WatchTokenExpireTest.java#L75-L76 but I can't figure out much as what I see in the etcd logs is nothing more that |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm the maintainer of the jetcd project and while trying to upgrade the image used for integration test from etcd
3.5.4
to3.5.9
, I noticed that a tests that uses jwt as auth method, has started to fail withetcdserver: invalid auth management
but nothing has been changed on the library side and there's not so much info in the etcd output to help troubleshooting the issue.Beta Was this translation helpful? Give feedback.
All reactions