-
Notifications
You must be signed in to change notification settings - Fork 6
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(otgorm): hooks #236
Merged
fix(otgorm): hooks #236
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 83.40% 83.43% +0.02%
==========================================
Files 102 102
Lines 3797 3803 +6
==========================================
+ Hits 3167 3173 +6
Misses 462 462
Partials 168 168
Continue to review full report at Codecov.
|
GGXXLL
approved these changes
Feb 9, 2022
nfangxu
approved these changes
Feb 9, 2022
GGXXLL
pushed a commit
that referenced
this pull request
Feb 9, 2022
* fix(otgorm): hooks * fix: remove debug prints (cherry picked from commit 1afb3d7)
GGXXLL
added a commit
that referenced
this pull request
May 19, 2022
* fix(factory): on reload, close the connection right away. graceful shutdown logic should be implemented in the close function, not in the factory. * fix(cron): test flakes * feat: add eventv2 * wip: prototyping generics api * wip: prototyping generics api * wip: prototyping generics api * feat: ctxmeta support generic * fix: asyncContext.Value interface to any * wip: generics * wip: add once to event * refactor: remove text package * feat: interface{} to any * refactor: remove deprecated cron * test: workflow go-version 1.18beta2 * test: setup-go stable false * test: fix workflow go-version * doc: add listener comment * feat: simplify run group * fix: remove deprecatedcron test * fix: missing StatusChanged * fix: some test * feat: simplify run group * fix: some import style * fix: remove config module dispatcher * fix(otgorm): hooks (#236) * fix(otgorm): hooks * fix: remove debug prints (cherry picked from commit 1afb3d7) * refactor(control): add pool * fix(pool): data race * fix(pool): data race * fix(pool): go vet "call to (*T).Fatalf from a non-test goroutine" * refactor: change leader election semantics. (#238) * refactor: change leader election semantics. Now leader election campaign will not return when the node beomes leader, instead it will block until the leader election session exists, updating status proactively. This change will make leader election status more accurate. * fix(leader): mock driver for test * fix: return if renew fails * test: increase test duration * docs: add jetbrains thanks * fix(cron): example flakes * fix(leader): TestElection block test * fix(leader): missing dispatch when leader status on * fix(leader): test data race * fix(leader): test key conflict * test(ots3): test container of minio * feat: add a simple way to ensure cron jobs to run at least once for each schedule. * doc: add comment * fix(leaderredis): data race Co-authored-by: Trock <g_trock@163.com> * fix: server.go merge conflict * feat(test): upgrade github actions * fix: otredis TestModule_ProvideCommand * fix: workflow lint add setup-go * fix: workflow lint add setup-go * fix: pool.Run need start before call Go method when use async mode. * feat: add pool.Counter to observe the status of pool. Co-authored-by: Trock <g_trock@163.com> Co-authored-by: Trock <35254251+GGXXLL@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.