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

[occ] Fix situation where no stores causes a panic #338

Merged
merged 4 commits into from
Oct 20, 2023

Conversation

stevenlanders
Copy link
Contributor

@stevenlanders stevenlanders commented Oct 19, 2023

Describe your changes and provide context

Some tests from sei-chain don't inject a store, and while I'm not sure if that's a valid scenario I made the scheduler.go tolerant to the situation to avoid introducing this assumption to the system.

Testing performed to validate your change

New unit test confirming lack of crash

@stevenlanders stevenlanders changed the base branch from main to occ-main October 19, 2023 20:10
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #338 (b360990) into occ-main (0aebbc9) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head b360990 differs from pull request most recent head 5985a39. Consider uploading reports for the commit 5985a39 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           occ-main     #338      +/-   ##
============================================
+ Coverage     56.09%   56.10%   +0.01%     
============================================
  Files           627      627              
  Lines         52753    52774      +21     
============================================
+ Hits          29592    29610      +18     
- Misses        21059    21061       +2     
- Partials       2102     2103       +1     

see 1 file with indirect coverage changes

@stevenlanders stevenlanders changed the title [occ] Confirm gas utilization [occ] Fix situation where no stores causes a panic Oct 20, 2023
@stevenlanders stevenlanders merged commit 096041b into occ-main Oct 20, 2023
13 checks passed
@stevenlanders stevenlanders deleted the confirm-gas-usage branch October 20, 2023 19:12
udpatil pushed a commit that referenced this pull request Jan 2, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Jan 8, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Jan 18, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Jan 18, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Jan 25, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Jan 31, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
codchen pushed a commit that referenced this pull request Feb 6, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Feb 27, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
udpatil pushed a commit that referenced this pull request Mar 1, 2024
## Describe your changes and provide context
Some tests from sei-chain don't inject a store, and while I'm not sure
if that's a valid scenario I made the scheduler.go tolerant to the
situation to avoid introducing this assumption to the system.

## Testing performed to validate your change
New unit test confirming lack of crash
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.

2 participants