Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 978845967858
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 70d64d129e94
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 16, 2018

  1. nixos/statsd: refactor test (#40554)

    `statsd` is a daemon written in `node` to gather statistics over UDP.
    The current test ensures that a port is open, but the basic
    functionality isn't sufficiently tested.
    
    This patch contains the following changes:
    
    * Simplified port scanning (`waitForOpenPort` rather than `netcat` magic).
    
    * Issue a TCP command to check the health of the `statsd` server.
    
    * Simple script to check if `statsd` receives data over UDP and confirms
      the basic functionality of the TCP interface on `8126` for admin
      purposes.
    Ma27 authored and xeji committed May 16, 2018
    Configuration menu
    Copy the full SHA
    70d64d1 View commit details
    Browse the repository at this point in the history