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

opt: use runtime/debug.Stack() to print stack trace of panic #93

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

coticom
Copy link
Contributor

@coticom coticom commented Mar 25, 2024

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.65%. Comparing base (043c2e9) to head (d8a2c5a).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #93      +/-   ##
===========================================
- Coverage    86.90%   86.65%   -0.26%     
===========================================
  Files           17       17              
  Lines         1100     1094       -6     
===========================================
- Hits           956      948       -8     
- Misses         110      111       +1     
- Partials        34       35       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dxyinme dxyinme merged commit f9d2026 into libi:develop Mar 26, 2024
3 checks passed
@dxyinme
Copy link
Collaborator

dxyinme commented Mar 26, 2024

thank you for your contribution.

libi added a commit that referenced this pull request May 20, 2024
* opt: use runtime/debug.Stack() to print stack trace of panic (#93)

* 提升测试覆盖率,增加go1.22的test action. (#94)

* chore: use `redis.UniversalClient` instead of `*redis.Client` (#88)

* make dcron running locally, update cron test, add GetJobs / GetJob function for dcron. (#89)

* 增加code coverage, 修复GetJob bug,增加devcontainer方便开发者 (#91)

* add example app to readme

* add NodeID function into dcron

* Deps: updated github.com/go-redis/redis/v8 to github.com/redis/go-redis/v9 (#73)

* add cron lib

* fix warning

* logger removal : phares1

* add robfig/cron to dcron (#75)

* add NodeID function into dcron

* add cron lib

* fix warning

* logger removal : phares

* revert 1.22

* update etcd driver

* update

* fix get nodes

* update

* update for fix TAT

* Revert "update etcd driver"

This reverts commit a21ebf7.

* Revert "deps: updated go-redis to v9 (#79)"

This reverts commit 0b85b24.

* update

* update

* refact etcd

* Revert "refact etcd"

This reverts commit 049bed1.

* Revert "update"

This reverts commit 9c71fd6.

* update

* refactor etcddriver

* fix error

* update

* Revert "update"

This reverts commit 6cfcfe6.

* Revert "fix error"

This reverts commit 99b2d82.

* Revert "refactor etcddriver"

This reverts commit a576ac3.

* update

* update

* remove comments, and fix

* add comments

* Add comments, add split the E2E test cases and other test cases. (#80)

* add example app to readme

* add NodeID function into dcron

* add cron lib

* fix warning

* logger removal : phares1

* update test workflow

* revert 1.22

* update etcd driver

* update

* fix get nodes

* update

* update for fix TAT

* Revert "update etcd driver"

This reverts commit a21ebf7.

* Revert "deps: updated go-redis to v9 (#79)"

This reverts commit 0b85b24.

* update

* update

* refact etcd

* Revert "refact etcd"

This reverts commit 049bed1.

* Revert "update"

This reverts commit 9c71fd6.

* update

* refactor etcddriver

* fix error

* update

* Revert "update"

This reverts commit 6cfcfe6.

* Revert "fix error"

This reverts commit 99b2d82.

* Revert "refactor etcddriver"

This reverts commit a576ac3.

* update

* update

* remove comments, and fix

* add comments

* merge e2e test and normal test

* move e2etest to origin path

* add timeout to avoid pipeline timeout

* add getjobs related function

* update

* remove redis config in test workflow

* update

* update chain test in windows

* update action version for node 16 -> node 20

* add test for dcron locally

* update readme

* update

* fix code bug

* Update devcontainer and etcd driver test

---------

Co-authored-by: Ava Ackerman <[email protected]>
Co-authored-by: libi <[email protected]>

* update test coverage

* make driver withOption -> WithOption

* update go.mod

* update go.mod

* update protobuf version

* etcd to 3.5.12

* fix etcd

* fix etcd

* Revert "fix etcd"

This reverts commit a21bf33.

* update miniredis

* update

* update go.mod

* update go mod

* update go mod

---------

Co-authored-by: AHdark <[email protected]>
Co-authored-by: Ava Ackerman <[email protected]>
Co-authored-by: libi <[email protected]>

* remove 1.22 test action to increase the test coverage. (#97)

---------

Co-authored-by: coti <[email protected]>
Co-authored-by: AHdark <[email protected]>
Co-authored-by: Ava Ackerman <[email protected]>
Co-authored-by: libi <[email protected]>
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