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: 0e31950cb411
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 03212a7f0324
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2019

  1. nixosTests.mysql: add missing () to start_all()

    Because mysql.wait_for_unit() starts the vm as well, we didn't notice
    that.
    flokli committed Dec 28, 2019
    Copy the full SHA
    7d64f7a View commit details
    Browse the repository at this point in the history
  2. nixosTests.mysql: add additional test{db,user}2

    Test that other users are not able to access the mysql database, and
    unix socket auth actually works.
    flokli committed Dec 28, 2019
    Copy the full SHA
    bf7841a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Merge pull request #76606 from flokli/mysql-tests

    nixosTests.mysql: add more tests
    flokli committed Jan 2, 2020
    Copy the full SHA
    03212a7 View commit details
    Browse the repository at this point in the history