Skip to content
Snippets Groups Projects
Commit c9384e9c authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

allow all complement tests again

parent 3502e6ef
No related branches found
No related tags found
1 merge request!503Add OpenID routes, Room Summary API support (MSC3266), misc CI and code dedupe stuff
...@@ -20,8 +20,9 @@ OCI_IMAGE="complement-conduit:main" ...@@ -20,8 +20,9 @@ OCI_IMAGE="complement-conduit:main"
# Complement tests that are skipped due to flakiness/reliability issues (likely # Complement tests that are skipped due to flakiness/reliability issues (likely
# Complement itself induced based on various open issues) # Complement itself induced based on various open issues)
# #
#go test -tags="conduwuit_blacklist" "$SKIPPED_COMPLEMENT_TESTS" -v -timeout 1h -json ./tests | tee "$LOG_FILE"
# According to Go docs, these are separated by forward slashes and not pipes (why) # According to Go docs, these are separated by forward slashes and not pipes (why)
SKIPPED_COMPLEMENT_TESTS='-skip=TestJumpToDateEndpoint.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*|TestFederationRoomsInvite.*|TestClientSpacesSummary.*' #SKIPPED_COMPLEMENT_TESTS='-skip=TestJumpToDateEndpoint.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*'
toplevel="$(git rev-parse --show-toplevel)" toplevel="$(git rev-parse --show-toplevel)"
...@@ -37,7 +38,7 @@ set +o pipefail ...@@ -37,7 +38,7 @@ set +o pipefail
env \ env \
-C "$COMPLEMENT_SRC" \ -C "$COMPLEMENT_SRC" \
COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \ COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \
go test -tags="conduwuit_blacklist" "$SKIPPED_COMPLEMENT_TESTS" -v -timeout 1h -json ./tests | tee "$LOG_FILE" go test -tags="conduwuit_blacklist" -v -timeout 1h -json ./tests | tee "$LOG_FILE"
set -o pipefail set -o pipefail
# Post-process the results into an easy-to-compare format, sorted by Test name for reproducible results # Post-process the results into an easy-to-compare format, sorted by Test name for reproducible results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment