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

test: state-sync in e2e #1572

Closed
wants to merge 24 commits into from
Closed

test: state-sync in e2e #1572

wants to merge 24 commits into from

Conversation

p0mvn
Copy link
Member

@p0mvn p0mvn commented May 24, 2022

Closes: #XXX

What is the purpose of the change

Add a description of the overall background and high level changes that this PR introduces

(E.g.: This pull request improves documation of area A by adding ....

Brief Changelog

(for example:)

  • The metadata is stored in the blob store on job creation time as a persistent artifact
  • Deployments RPC transmits only the blob storage reference
  • Daemons retrieve the RPC data from the blob cache

Testing and Verifying

(Please pick one of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added unit test that validates ...
  • Added integration tests for end-to-end deployment with ...
  • Extended integration test for ...
  • Manually verified the change by ...

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2022

Codecov Report

Merging #1572 (3d3e5e8) into main (18ea4a9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1572   +/-   ##
=======================================
  Coverage   19.57%   19.57%           
=======================================
  Files         243      243           
  Lines       32299    32299           
=======================================
  Hits         6322     6322           
  Misses      24822    24822           
  Partials     1155     1155           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18ea4a9...3d3e5e8. Read the comment docs.

mergify bot pushed a commit that referenced this pull request May 25, 2022
Closes: #XXX

## What is the purpose of the change

Upgrade SDK with the app version change and set the app version in the upgrade handler


## Testing and Verifying

- e2e test for state sync is in progress: #1572
- upgrade itself is verified by the existing e2e test
- needs manual testing

## Documentation and Release Note

  - Does this pull request introduce a new feature or user-facing behavior changes? yes
  - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes
  - How is the feature or change documented? not applicable
mergify bot pushed a commit that referenced this pull request May 25, 2022
Closes: #XXX

## What is the purpose of the change

Upgrade SDK with the app version change and set the app version in the upgrade handler

## Testing and Verifying

- e2e test for state sync is in progress: #1572
- upgrade itself is verified by the existing e2e test
- needs manual testing

## Documentation and Release Note

  - Does this pull request introduce a new feature or user-facing behavior changes? yes
  - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes
  - How is the feature or change documented? not applicable

(cherry picked from commit 1510160)

# Conflicts:
#	app/upgrades/v9/upgrades.go
p0mvn added a commit that referenced this pull request May 25, 2022
… (#1574)

* chore: upgrade sdk with app version fix for state-sync (#1570)

Closes: #XXX

## What is the purpose of the change

Upgrade SDK with the app version change and set the app version in the upgrade handler

## Testing and Verifying

- e2e test for state sync is in progress: #1572
- upgrade itself is verified by the existing e2e test
- needs manual testing

## Documentation and Release Note

  - Does this pull request introduce a new feature or user-facing behavior changes? yes
  - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes
  - How is the feature or change documented? not applicable

(cherry picked from commit 1510160)

# Conflicts:
#	app/upgrades/v9/upgrades.go

* resolve conflicts

Co-authored-by: Roman <[email protected]>
@czarcas7ic czarcas7ic mentioned this pull request May 27, 2022
3 tasks
@p0mvn p0mvn mentioned this pull request Jun 7, 2022
@p0mvn p0mvn mentioned this pull request Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants