- Aug 28, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
wait without arguments always succeeds, with jobspec it returns the exit code of that job.
-
Lukas Braun authored
-
Lukas Braun authored
Reading users from a file was deadlocking for a while now and I can't be assed to fix it.
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
str_fail is 6 chars including \0.
-
- Aug 27, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
The OTP is sent to all servers and authentication only succeeds if a majority answers with OK. No communication between servers or their backing DBs is necessary. Servers are re-synchronized after a (limited) downtime by the usual lookahead range.
-
Lukas Braun authored
Will be used in other tests.
-
- May 17, 2017
-
-
Lukas Braun authored
-
- Apr 19, 2017
-
-
Lukas Braun authored
Just lines of "<username> <secret>" and comments beginning with '#'.
-
- Mar 12, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
- install basic config - create user and group - create directory for DB - install .service file
-
- Mar 11, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
- Mar 09, 2017
-
-
Lukas Braun authored
-
- Mar 07, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
In the process, make the database connection object global because we have to reconnect in order for the database settings to take effect and thus have to reassign the variable.
-
- Mar 06, 2017
-
-
Lukas Braun authored
The transaction_conflict test in its previous form would deadlock because PostgreSQL locks tables/rows instead of aborting on every conflict. The fix is to force a rollback by first reading and then updating in both transactions, which would result in a lost update otherwise.
-
- Mar 04, 2017
-
-
Lukas Braun authored
-
Lukas Braun authored
-
Lukas Braun authored
-
- Feb 28, 2017
-
-
Lukas Braun authored
Means we have to check if the user exists separately from checking the offer.
-
- Feb 27, 2017
-
-
Lukas Braun authored
Scanner aborts when lines are too long and is more flexible wrt. line separators.
-
- Feb 07, 2017
-
-
Lukas Braun authored
-