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

Check to make sure testRun exists #112

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Check to make sure testRun exists #112

merged 1 commit into from
Jun 6, 2023

Conversation

quietbits
Copy link
Contributor

This check will not break the flow if testRun does not exist in cases where we filter out a certain group of tests. For example,
"Account Signer Support" in SEP-10 on mainnet here.

@quietbits quietbits requested a review from Ifropc June 6, 2023 14:44
sepArray.progress.failed++;
} else {
sepArray.progress.passed++;
if (testRun) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Ifropc I'm not sure if this is a correct fix, but at least it won't break the UI. It looks like the tests are still running, so we could look for ways to not run them at all.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good! Getting rid of delay would be nice, but it's ok for now

@stellar-jenkins
Copy link

@Ifropc Ifropc merged commit 65a9997 into master Jun 6, 2023
@Ifropc Ifropc deleted the mainnet-sep24-fix branch June 6, 2023 21:53
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.

4 participants