From 8d8be980d83910c2cf26fa588f0772e213d972b2 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Fri, 9 Feb 2024 10:42:14 +0100 Subject: [PATCH 1/2] try to run the latest versions of webid, crud and wac tests --- test/surface/run-solid-test-suite.sh | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/test/surface/run-solid-test-suite.sh b/test/surface/run-solid-test-suite.sh index d55540bcc..b23a8faf9 100755 --- a/test/surface/run-solid-test-suite.sh +++ b/test/surface/run-solid-test-suite.sh @@ -41,26 +41,14 @@ function runTests { --env-file test/surface/$1-env.list solidtestsuite/$1:$2 } -function runTestsFromGit { - docker build https://github.com/solid-contrib/$1.git#$2 -t $1 - - echo "Running web-access-control-tests against server with cookie $COOKIE_server" - docker run --rm --network=testnet \ - --env COOKIE="$COOKIE_server" \ - --env COOKIE_ALICE="$COOKIE_server" \ - --env COOKIE_BOB="$COOKIE_thirdparty" \ - --env-file test/surface/$1-env.list $1 -} - # ... teardown || true setup $1 waitForNss server -runTests webid-provider-tests v2.0.3 -runTestsFromGit solid-crud-tests v6.0.0-issue#1743 +runTests webid-provider-tests v2.1.1 +runTests solid-crud-tests v7.0.6 waitForNss thirdparty -# runTests web-access-control-tests v7.1.0 -runTestsFromGit web-access-control-tests patchAppendNewDocument +runTests web-access-control-tests v7.1.0 teardown # To debug, e.g. running web-access-control-tests jest interactively, From 833b7c449593a93c46023e8ebd47714a4997b7b2 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Fri, 9 Feb 2024 11:09:22 +0100 Subject: [PATCH 2/2] webid-provider-tests@2.1.1 and solid-crud-tests@6.0.0, 5 WAC tests failing --- test/surface/run-solid-test-suite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/surface/run-solid-test-suite.sh b/test/surface/run-solid-test-suite.sh index b23a8faf9..b2cdfd52a 100755 --- a/test/surface/run-solid-test-suite.sh +++ b/test/surface/run-solid-test-suite.sh @@ -45,8 +45,8 @@ function runTests { teardown || true setup $1 waitForNss server -runTests webid-provider-tests v2.1.1 -runTests solid-crud-tests v7.0.6 +runTests webid-provider-tests v2.0.3 +runTests solid-crud-tests v6.0.0 waitForNss thirdparty runTests web-access-control-tests v7.1.0 teardown