Update the SyTest Docker files#744
Merged
Merged
Conversation
richvdh
requested changes
Nov 18, 2019
| @@ -0,0 +1,52 @@ | |||
| FROM debian:buster | |||
Member
There was a problem hiding this comment.
can we use a build arg rather than cutting and pasting the entire dockerfile?
Contributor
Author
There was a problem hiding this comment.
yeah that works better, done
The SvPOK hack emits an error on perl 5.28 ("Use of strings with code points
over 0xFF as arguments to bitwise xor (^) operator is not
allowed"). Fortunately Scalar::Util has a method which does the job.
…er-base-image-update
It seems to return true for strings that look like numbers.
…er-base-image-update
anoadragon453
added a commit
that referenced
this pull request
Mar 18, 2020
…ase-v1.6.x * origin/release-v1.6.1: (32 commits) Move scripts which aren't in docker out of `docker` (#752) README.md: don't forget to update dendrite:latest fix another results.tap Fix path to results.tap for dendrite build remove redundant (and failing) tap-to-junit Don't modify source volumes when running in docker (#748) Fix a flaky cross-signing test (#749) Add tests for 3PID registration (#695) Update the SyTest Docker files (#744) rejected state test (#742) Add test for rooms transferring on groups after room upgrade (#737) test pushes of rejected events (#738) Tests for room tags and push rules after upgrading a remote room (#721) Test that a room is depublished from the public rooms list upon room upgrade (#729) Review comments Tests for signatures and auth on /send_join etc (#734) Wrap in retry loop as room dir is updated async Tests room dir search Wrap numbers in JSON bodies (#733) Add frontend proxy worker ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This has py35 + 3.7, as well as go 1.10 and 1.13.