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

Revert commit 62e8eb7 #3685

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

huof6829
Copy link
Contributor

@huof6829 huof6829 commented Nov 4, 2022

Description

Split #3664 into two parts. First remove monitor, Second check writing-db.

Fixes #3629

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Code refactor or improvement
  • [] Breaking change (fix or feature that would cause a new or changed behavior of existing functionality)
  • [] This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [] make test
  • [] fullsync
  • [] Other test (please specify)

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • [] My code follows the style guidelines of this project
  • [] I have performed a self-review of my code
  • [] I have commented my code, particularly in hard-to-understand areas
  • [] I have made corresponding changes to the documentation
  • [] My changes generate no new warnings
  • [] I have added tests that prove my fix is effective or that my feature works
  • [] New and existing unit tests pass locally with my changes
  • [] Any dependent changes have been merged and published in downstream modules

@huof6829 huof6829 requested a review from a team as a code owner November 4, 2022 09:12
@sonarcloud
Copy link

sonarcloud bot commented Nov 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #3685 (b303b2c) into master (263ff82) will decrease coverage by 0.69%.
The diff coverage is 95.27%.

@@            Coverage Diff             @@
##           master    #3685      +/-   ##
==========================================
- Coverage   74.47%   73.77%   -0.70%     
==========================================
  Files         269      276       +7     
  Lines       23925    24126     +201     
==========================================
- Hits        17818    17799      -19     
- Misses       5174     5424     +250     
+ Partials      933      903      -30     
Impacted Files Coverage Δ
ioctl/newcmd/action/actiontransfer.go 100.00% <ø> (ø)
ioctl/newcmd/action/stake2withdraw.go 95.74% <ø> (ø)
ioctl/newcmd/action/xrc20transferfrom.go 100.00% <ø> (ø)
ioctl/newcmd/did/didgethash.go 100.00% <ø> (ø)
ioctl/newcmd/did/didgeturi.go 100.00% <ø> (ø)
server/itx/server.go 62.20% <ø> (+2.20%) ⬆️
action/protocol/staking/handlers.go 74.47% <33.33%> (-0.64%) ⬇️
ioctl/newcmd/did/didgenerate.go 85.71% <85.71%> (ø)
ioctl/newcmd/action/actionclaim.go 100.00% <100.00%> (ø)
ioctl/newcmd/action/actiondeposit.go 100.00% <100.00%> (ø)
... and 13 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@millken
Copy link
Contributor

millken commented Nov 4, 2022

go mod tidy?

@huof6829
Copy link
Contributor Author

huof6829 commented Nov 4, 2022

no need because import packages not change

@dustinxie
Copy link
Member

since this is reverting an earlier commit, pls use the subject "Revert commit xxxxx"

use git revert xxxx command to revert the commit, the subject will be automatic

@huof6829 huof6829 changed the title [db] remove disk monitor [db]Revert commit 62e8eb7 Nov 7, 2022
@huof6829 huof6829 changed the title [db]Revert commit 62e8eb7 Revert commit 62e8eb7 Nov 7, 2022
@dustinxie dustinxie merged commit ba21de2 into iotexproject:master Nov 7, 2022
@huof6829 huof6829 deleted the remvoe_mmonitor branch December 29, 2022 02:08
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.

Panic if no space is left
3 participants