tmp-proc-zipkin: Shows how to run redis as a tmp proc

[ bsd3, docker, library, testing, zipkin ] [ Propose Tags ]

An example of using tmp-proc to launch dockerized ZipKin in integration tests.


[Skip to Readme]

Modules

[Last Documentation]

  • System
    • TmpProc
      • Docker
        • System.TmpProc.Docker.Zipkin

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.1.4, 0.5.3.0, 0.5.3.1, 0.6.0.0, 0.6.0.1
Change log ChangeLog.md
Dependencies base (>=4.11 && <5), bytestring (>=0.10.8.2 && <0.12), http-client, text (>=1.2.3 && <2.2), tmp-proc (>=0.5.1.0 && <0.6.0.0), tracing (>=0.0.7.2 && <0.1.0) [details]
License BSD-3-Clause
Copyright 2021 Tim Emiola
Author Tim Emiola
Maintainer adetokunbo@users.noreply.github.com
Category testing
Bug tracker https://github.com/adetokunbo/tmp-proc/issues
Source repo head: git clone https://github.com/adetokunbo/tmp-proc.git
Uploaded by adetokunbo at 2022-08-09T02:36:33Z
Distributions
Downloads 372 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-08-09 [all 2 reports]

Readme for tmp-proc-zipkin-0.5.1.1

[back to package description]

tmp-proc-zipkin

Hackage BSD-3.0 license

tmp-proc-zipkin provides an example of using tmp-proc to launch dockerized Zipkin in integration tests.

It provides an instance of Proc for launching the Zipkin image, and also provides an instance of Conn that simplifies opening connections to the launched Zipkin service from tests that use tmp-proc.