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

etcd 3.3.9 TTL broken #59

Closed
hexfusion opened this issue Jul 27, 2018 · 4 comments
Closed

etcd 3.3.9 TTL broken #59

hexfusion opened this issue Jul 27, 2018 · 4 comments
Assignees

Comments

@hexfusion
Copy link
Owner

hexfusion commented Jul 27, 2018

ref: https://travis-ci.org/hexfusion/perl-net-etcd/builds/409064766

@hexfusion
Copy link
Owner Author

/cc @michaelfung @foobargeez FYI

@hexfusion
Copy link
Owner Author

# lease ttl
lives_ok( sub { $lease = $etcd->lease( { ID => $lease_id, keys => 1 } )->ttl },
"lease_ttl" );
cmp_ok( $lease->is_success, '==', 1, "return lease_ttl success" );

@hexfusion
Copy link
Owner Author

Seems this fix didn't make it to 3.3.10 either I will update tests upstream and make sure it is resolved for next release.

@hexfusion
Copy link
Owner Author

I must of been drinking when I blamed this on etcd upstream :)

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

No branches or pull requests

1 participant