add toxiproxy to Windows (for #6114) (#6119)

I have never used Scoop before and I'm not sure how to actually test
this, but I thought this might at least get a conversation going.

Plus, if my reading of the documentation of both toxiproxy and Scoop is
correct, this may even work as is.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2020-05-27 13:37:55 +02:00 committed by GitHub
parent 9a02ef6ef4
commit b28b543fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 9 deletions

19
.dadew
View File

@ -3,16 +3,17 @@
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"java-openjdk-8u201",
"msys2",
"curl-7.65.3",
"cacert",
"vcredist-14.24.28127.4",
"bazel",
"nodejs-10.16.3",
"python-3.8.2",
"nsis-3.04",
"cacert",
"curl-7.65.3",
"java-openjdk-8u201",
"maven-3.6.1",
"stack"
"msys2",
"nodejs-10.16.3",
"nsis-3.04",
"python-3.8.2",
"stack",
"toxiproxy",
"vcredist-14.24.28127.4"
]
}

View File

@ -0,0 +1,17 @@
{
"homepage": "https://github.com/Shopify/toxiproxy",
"description": "A TCP proxy to simulate network and system conditions for chaos and resiliency testing",
"license": {
"identifier": "MIT",
"url": "https://raw.githubusercontent.com/Shopify/toxiproxy/v2.1.4/LICENSE"
},
"version": "2.1.4",
"architecture": {
"64bit": {
"url": "https://github.com/Shopify/toxiproxy/releases/download/v2.1.4/toxiproxy-server-windows-amd64.exe",
"hash": "2190b6d75570dc3b9bd5c026467c33b3f8811151a9022393666af0eaa6fda315"
}
},
"bin": [["toxiproxy-server-windows-amd64.exe", "toxiproxy.exe"],
["toxiproxy-server-windows-amd64.exe", "toxiproxy"]]
}