Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove gotestloghelper from core tests #15395

Merged
merged 10 commits into from
Nov 25, 2024
Merged

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Nov 25, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Nov 25, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@Tofel Tofel changed the title try gotestloghelper with branch version remove gotestloghelper from core tests Nov 25, 2024
@Tofel Tofel marked this pull request as ready for review November 25, 2024 15:30
@Tofel Tofel requested review from a team as code owners November 25, 2024 15:30
@Tofel Tofel requested a review from patrickhuie19 November 25, 2024 15:30
tools/bin/go_core_tests Outdated Show resolved Hide resolved
tools/bin/go_core_tests Outdated Show resolved Hide resolved
@Tofel Tofel enabled auto-merge November 25, 2024 17:57
@@ -3,26 +3,18 @@ set -o pipefail
set +e

SCRIPT_PATH=`dirname "$0"`; SCRIPT_PATH=`eval "cd \"$SCRIPT_PATH\" && pwd"`
OUTPUT_FILE="../output.txt"
USE_TEE="${USE_TEE:-true}"
OUTPUT_FILE=${OUTPUT_FILE:-"./output.txt"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pathing has changed a bit, it used to be ‘../output.txt’ because this test cds into the deployment directory.

I think we need to keep it in the parent directory otherwise the artifact upload will not be able to find the output.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, @erikburt!

erikburt
erikburt previously approved these changes Nov 25, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 10 and 12 are both identical:

GORACE="log_path=$PWD/race" go test -race -shuffle on -timeout "$TIMEOUT" -count "$COUNT" $1 | cat > $OUTPUT_FILE

@Tofel Tofel added this pull request to the merge queue Nov 25, 2024
Merged via the queue into develop with commit 3230f2a Nov 25, 2024
109 checks passed
@Tofel Tofel deleted the tt-1860-remove-gotesthelper branch November 25, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants