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

Dynamically generate compatibility test files #7547

Merged
merged 56 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
838c29b
poc: create basic script to exract test names
chatton Oct 12, 2023
6819e7b
query tags from ibc go repo to determine versions
chatton Oct 12, 2023
20d3bb7
adding validate fn
chatton Oct 12, 2023
88d9017
pass in release branch
chatton Oct 12, 2023
5774ceb
wip: returning all versions within range
chatton Oct 14, 2023
b2b2ec2
chore: add parse fn
chatton Oct 14, 2023
3e65cc7
chore: fix workflow
chatton Oct 14, 2023
7d961aa
Merge branch 'main' into cian/dynamically-generate-compatibility-files
chatton Oct 20, 2023
6f8a7ba
Merge branch 'main' into cian/dynamically-generate-compatibility-files
chatton Oct 20, 2023
dc0a9f9
chore: extract metadata as map
chatton Oct 20, 2023
1b3dc05
chore: tweak compatibility workflow
chatton Oct 20, 2023
1cd41f3
chore: revert workflow change
chatton Oct 20, 2023
76c95a6
chore: skip building images
chatton Oct 20, 2023
6ed0b8f
chore: skip building images
chatton Oct 20, 2023
1ca21e6
chore: add from versions to e2e test files
chatton Oct 20, 2023
78cac4a
chore: add argument to specify file
chatton Oct 20, 2023
8e97684
chore: merge main
chatton Sep 24, 2024
ca94e62
chore: merge requirments file
chatton Sep 24, 2024
51a1466
docs: improving docstrings
chatton Sep 24, 2024
f753a89
Merge branch 'main' into cian/dynamically-generate-compatibility-files
chatton Nov 11, 2024
f6d4e37
chore: updating minimum supported version
chatton Nov 11, 2024
4a17e14
chore: refactoring to use include syntax
chatton Nov 11, 2024
07ed1db
chore: fixed logic error in validation
chatton Nov 11, 2024
828c81b
chore: added space in workflow
chatton Nov 11, 2024
35f44aa
chore: correct version for test
chatton Nov 11, 2024
13cd392
chore: run tests both ways without needing to specify it explicitly
chatton Nov 11, 2024
18ed201
chore: adding additional docstrings and removing stale functions
chatton Nov 12, 2024
0e67c14
chore: updating annotation
chatton Nov 12, 2024
a9320b2
chore: remove unrequired fields
chatton Nov 12, 2024
e62bdcd
chore: modifying workflow variable names
chatton Nov 12, 2024
b37f90f
chore: updated correct supported versions for transfer entire balance
chatton Nov 12, 2024
fdd4386
chore: adding additional annotations to test files
chatton Nov 12, 2024
a22b85e
chore: prevent duplicate entries being added, add annotations for cli…
chatton Nov 12, 2024
5c5673a
chore: updating annotations for ica base_test.go and adding connectio…
chatton Nov 12, 2024
f79f8ad
chore: added ica workflows to compatibility workflow and updated anno…
chatton Nov 12, 2024
844c543
chore: adding remaining tests
chatton Nov 12, 2024
ec81d1d
chore: corrected annotations
chatton Nov 12, 2024
16edbfb
chore: removed compatibility matricies
chatton Nov 12, 2024
0177b57
Merge branch 'main' into cian/dynamically-generate-compatibility-files
chatton Nov 12, 2024
9d7a30b
chore: re-add part of workflow that builds the images
chatton Nov 12, 2024
9930491
chore: adding image to _add_test_entries
chatton Nov 12, 2024
192144f
chore: use - instead of = in comment
chatton Nov 12, 2024
20d646b
chore: removing unnecessary script
chatton Nov 12, 2024
0664256
chore: update variable name
chatton Nov 12, 2024
d9827a7
chore: support ability to break up tests into smaller batches
chatton Nov 13, 2024
205a1cd
chore: add from version annotations to TestHostEnabledParam
chatton Nov 13, 2024
f672c76
chore: specifying versions for TestInterchainAccountsQuery
chatton Nov 13, 2024
bb771e6
chore: propagate chain value
chatton Nov 13, 2024
aedff03
chore: enabling specifing a from_version field on a per test level
chatton Nov 14, 2024
96b3374
chore: adding exhaustive list of versions for unordered channel transfer
chatton Nov 14, 2024
379c06c
chore: added field to skip tests
chatton Nov 14, 2024
765956d
chore: added version filtering on ica localhost test
chatton Nov 14, 2024
a44c581
chore: corrected annotation on ICA test
chatton Nov 14, 2024
0e03eaf
chore: adding readme for compatibility generation
chatton Nov 14, 2024
93ea04c
chore: fixed version parsing and added additional docstrings
chatton Nov 14, 2024
3852f39
chore: fixed markdown linter (╯°□°)╯︵ ┻━┻
chatton Nov 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/compatibility-test-matrices/main/client-chain-a.json

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions .github/compatibility-test-matrices/main/genesis-chain-a.json

This file was deleted.

29 changes: 0 additions & 29 deletions .github/compatibility-test-matrices/main/ica-chain-a.json

This file was deleted.

29 changes: 0 additions & 29 deletions .github/compatibility-test-matrices/main/ica-chain-b.json

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions .github/compatibility-test-matrices/main/ica-gov-chain-a.json

This file was deleted.

26 changes: 0 additions & 26 deletions .github/compatibility-test-matrices/main/ica-gov-chain-b.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading