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

Fix bugs with Operations (and other minor fixes) #935

Merged
merged 4 commits into from
Aug 8, 2022

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented Aug 5, 2022

  • Always populate Operation namespace from Managers instead of from other objects
  • Actually store pending blob upload Operations
  • Other misc cleanup identified while doing E2E and perf test runs

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
Set defaults with bash parameter expansion.

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
The in-flight data items don't always have namespace populated, but
Managers now always know the namespace to which they are assigned.

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #935 (37ae8aa) into main (a60dd6c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #935   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         299      299           
  Lines       19465    19478   +13     
=======================================
+ Hits        19460    19473   +13     
  Misses          4        4           
  Partials        1        1           
Impacted Files Coverage Δ
internal/blockchain/ethereum/config.go 100.00% <ø> (ø)
internal/blockchain/fabric/config.go 100.00% <ø> (ø)
internal/assets/token_pool.go 100.00% <100.00%> (ø)
internal/broadcast/manager.go 100.00% <100.00%> (ø)
internal/multiparty/manager.go 100.00% <100.00%> (ø)
internal/privatemessaging/privatemessaging.go 100.00% <100.00%> (ø)
pkg/core/namespace.go 100.00% <0.00%> (ø)
internal/database/sqlite3/sqlite3.go 100.00% <0.00%> (ø)
internal/blockchain/ethereum/ethereum.go 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@awrichar awrichar changed the title Always populate Operation namespace from Managers Fix bugs with Operations and (other minor fixes) Aug 8, 2022
@awrichar awrichar changed the title Fix bugs with Operations and (other minor fixes) Fix bugs with Operations (and other minor fixes) Aug 8, 2022
@awrichar awrichar merged commit e22d84a into hyperledger:main Aug 8, 2022
@awrichar awrichar deleted the fixes branch August 8, 2022 18:40
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