golang-github-hashicorp-raft 0.0~git20150728.9b586e2-2 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (0.0~git20150728.9b586e2-2) unstable; urgency=medium

  * Disable all tests in raft_test.go as they are
    timing dependent (Closes: #796469)

 -- Alexandre Viau <email address hidden>  Sun, 23 Aug 2015 00:05:47 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-raft_0.0~git20150728.9b586e2-2.dsc 2.3 KiB 6760fcfaf2204d40e2301943d0ed4917778e17156734f205992d2eaa46ee145c
golang-github-hashicorp-raft_0.0~git20150728.9b586e2.orig.tar.gz 56.0 KiB d70c4d02dcb47b55d8d821f6ef0ee97e55c2076d12db9db8dbcdbb6d483bdd3b
golang-github-hashicorp-raft_0.0~git20150728.9b586e2-2.debian.tar.xz 6.5 KiB 43231c696189640d1dc154d86a4b2aa1bc9402d6da7eefb34d9e76f01b371d03

No changes file available.

Binary packages built by this source

golang-github-hashicorp-raft-dev: implementation of the Raft consensus protocol

 raft is a Go library that manages a replicated log and can be
 used with an FSM to manage replicated state machines. It is
 a library for providing consensus.