- May 24, 2021
-
-
Richard van der Hoff authored
fixes #9979
-
- May 10, 2021
-
-
Richard van der Hoff authored
... and test it.
-
- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Apr 08, 2021
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Mar 25, 2021
-
-
Quentin Gliech authored
On NixOS, `bash` isn't under `/bin/bash` but rather in some directory in `$PATH`. Locally, I've been patching those scripts to make them work. `/usr/bin/env` seems to be the only [portable way](https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my ) to use binaries from the PATH as interpreters. Signed-off-by:
Quentin Gliech <quentingliech@gmail.com>
-
- Jan 25, 2021
-
-
Patrick Cloke authored
Co-authored-by:
Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
-
Patrick Cloke authored
Co-authored-by:
Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
-
- Jan 08, 2021
-
-
Richard van der Hoff authored
We were running some linters on some files and some on others. Extract a common setting and use it everywhere.
-
- Dec 02, 2020
-
-
Patrick Cloke authored
-
- Nov 11, 2020
-
-
Erik Johnston authored
-
- Oct 07, 2020
-
-
Richard van der Hoff authored
It seems most of these blacklisted tests do actually pass most of the time. I'm of the opinion that having them blacklisted here means there is very little incentive for us to deflake any flaky tests, and meanwhile any value in those tests is completely lost.
-
- Sep 24, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Apr 09, 2020
-
-
Andrew Morgan authored
This commit was originally merged in #7228 but reverted in #7254 as the associated sytest was not ready yet. Now that it is, we can merge this again.
-
Andrew Morgan authored
This reverts commit 59f0ca8b.
-
Andrew Morgan authored
-
- Mar 02, 2020
-
-
Erik Johnston authored
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
-
- Feb 10, 2020
-
-
Patrick Cloke authored
-
Richard van der Hoff authored
Workaround for jaraco/zipp#40
-
- Jan 22, 2020
-
-
Erik Johnston authored
These now exist in the pipelines repo.
-
- Dec 13, 2019
-
-
Richard van der Hoff authored
Remove tests that got blacklisted while torturing was enabled, and add one that fails.
-
- Dec 06, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 28, 2019
-
-
Richard van der Hoff authored
-
- Nov 27, 2019
-
-
Richard van der Hoff authored
-
- Nov 26, 2019
-
-
Richard van der Hoff authored
-
- Oct 29, 2019
-
-
Brendan Abolivier authored
* Don't use a virtualenv * Generate the server's signing key to allow it to start * Add signing key paths to CI configuration files * Use a Python script to create the postgresql database * Improve logging
-
- Oct 28, 2019
-
-
Brendan Abolivier authored
This adds: * a test sqlite database * a configuration file for the sqlite database * a configuration file for a postgresql database (using the credentials in `.buildkite/docker-compose.pyXX.pgXX.yaml`) as well as a new script named `.buildkite/scripts/test_synapse_port_db.sh` that: 1. installs Synapse 2. updates the test sqlite database to the latest schema and runs background updates on it 3. creates an empty postgresql database 4. run the `synapse_port_db` script to migrate the test sqlite database to the empty postgresql database (with coverage) Step `2` is done via a new script located at `scripts-dev/update_database`. The test sqlite database is extracted from a SyTest run, so that it can be considered as an actual homeserver's database with actual data in it.
-
- Oct 19, 2019
-
-
Andrew Morgan authored
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's.
-
- Aug 30, 2019
-
-
Amber Brown authored
-
Amber Brown authored
-
- Aug 29, 2019
-
-
Amber Brown authored
-
- Aug 28, 2019
-
-
Amber Brown authored
-
- Aug 12, 2019
-
-
Erik Johnston authored
-
- Jul 29, 2019
-
-
Erik Johnston authored
-
- Jul 23, 2019
-
-
Erik Johnston authored
-
- Jul 22, 2019
-
-
Amber Brown authored
This also adds a worker blacklist.
-
- Jul 19, 2019
-
-
Amber Brown authored
-
- Jul 11, 2019
-
-
Amber Brown authored
-