daml/compatibility
Moritz Kiefer 49e19ebed1
Make compat tests work on windows (#5732)
* Make compat tests work on windows

This required some changes to the daml_sdk rule since the read-only
installation by the assistant breaks Bazel completely. We could only
apply those changes on Windows but I think I prefer the consistency
across platforms here over trying to stay close to how the SDK is
installed on user machines given that the SDK installation is not
something we’ve had issues with.

I’ve excluded the postgresql tests for now. I don’t expect them to be
particularly hard to fix but I’ve already spent almost 2 days on this
and having some tests run on Windows seems like a clear improvement
over running no tests on Windows :)

changelog_begin
changelog_end

* Remove todo

changelog_begin
changelog_end
2020-04-28 16:06:36 +02:00
..
bazel_tools Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
head_sdk Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
.bazelignore Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
bazel-haskell-deps.bzl Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
BUILD Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
build-release-artifacts-windows.ps1 Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
build-release-artifacts.sh Extend compatibility tests to test against HEAD (#5714) 2020-04-24 14:43:35 +02:00
deps.bzl Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
README.md Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00
stack-snapshot.yaml Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00
test-windows.ps1 Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
test.sh Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
WORKSPACE Make compat tests work on windows (#5732) 2020-04-28 16:06:36 +02:00
workspace_status.sh Initial boilerplate for cross-version compatibility testing (#5665) 2020-04-23 12:58:11 +02:00

This directory contains the infrastructure and test setup for cross-version compatibility testing. We make this a separate Bazel workspace to make it easier to enforce that we only depend on release artifacts.