golang-github-hashicorp-raft 1.3.11-2 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (1.3.11-2) unstable; urgency=medium

  * Team upload
  * Expand scope of unreliable tests to skip (on any arch)
  * Ignore dh_auto_test failure on s390x, due to significant number of tests
    which fail *intermittently*

 -- Daniel Swarbrick <email address hidden>  Sat, 22 Jul 2023 13:13:38 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-raft_1.3.11-2.dsc 2.4 KiB 9a5ab2b2eedc848928fbf0cad7512b061f22888ba8a259bf48fd04ca84ad7780
golang-github-hashicorp-raft_1.3.11.orig.tar.gz 148.5 KiB f3d98dad1a64bc962348da0f5ffce349f2a701d5c1c06ed3dc8ccc1b7a1ad8c2
golang-github-hashicorp-raft_1.3.11-2.debian.tar.xz 3.8 KiB 0865cc119297f92d8834c850b958cefd9e16011a2b63cd3f24c03e6bc14f7257

Available diffs

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.