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: c1a0dfadea3c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a4a1c016a332
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 9, 2020

  1. ejabberd: fix failing tests

    This commit fixes the ejabberd tests for hydra:
    
    mod_http_upload and mod_disco need to be explicitly enabled, and a
    handler needs to be setup to make it work. Also, the client needs to be
    able to contact the server.
    
    The commit also fixes the situation where http upload failed: in that
    case the client would wait forever because nothing catched the error.
    
    Finally, there remains a non-reproducible error where ejabberd server
    fails to start with an error like:
    format: "Failed to create cookie file '/var/lib/ejabberd/.erlang.cookie': eacces"
    (happens ~15%) I tried to check existence of /var/lib/ejabberd/ in
    pre-start script and saw nothing that would explain this error, so I
    gave up about this error in particular.
    immae committed Sep 9, 2020
    Copy the full SHA
    cdaec7e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #97526 from immae/fix_ejabberd

    nixos/ejabberd: Fix tests
    Félix Baylac-Jacqué committed Sep 10, 2020
    Copy the full SHA
    a4a1c01 View commit details
    Browse the repository at this point in the history