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

ci: Add interchaintests for config variables #3414

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

fastfadingviolets
Copy link
Contributor

Description

Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • Included the correct type prefix in the PR title
  • Targeted the correct branch (see PR Targeting)
  • Provided a link to the relevant issue or specification
  • Reviewed "Files changed" and left comments if necessary
  • Confirmed all CI checks have passed

@fastfadingviolets
Copy link
Contributor Author

@fastfadingviolets fastfadingviolets force-pushed the interchaintest/config-stories branch from 294e8ec to 2db4e6a Compare November 13, 2024 16:20
Comment on lines +464 to +472
for file, changes := range configChanges {
if err := testutil.ModifyTomlConfigFile(
ctx, GetLogger(ctx),
val.DockerClient, testName.Name(), val.VolumeName,
file, changes,
); err != nil {
return err
}
}

Check warning

Code scanning / CodeQL

Iteration over map Warning test

Iteration over map may be a possible source of non-determinism
Copy link
Contributor

@MSalopek MSalopek left a comment

Choose a reason for hiding this comment

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

Admin approval

@fastfadingviolets
Copy link
Contributor Author

Admin approval

do you mind merging please @MSalopek?

@MSalopek MSalopek merged commit 67a0201 into main Nov 14, 2024
17 checks passed
@MSalopek MSalopek deleted the interchaintest/config-stories branch November 14, 2024 14:34
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