-
Notifications
You must be signed in to change notification settings - Fork 81
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
Log in goroutine after TestFailedPreconditionShutdown
has completed
#3217
Labels
Milestone
Comments
AliceInHunterland
added a commit
that referenced
this issue
Feb 14, 2024
Added sync logs for every service separately to provide the ability to have a custom logger for each service. Data race in logging is fixed by adding a sync log, this problem is related to uber-go/zap#687. Close #2973 Close #2974 Close #3112 Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Feb 14, 2024
Added sync logs for every service separately to provide the ability to have a custom logger for each service. Data race in logging is fixed by adding a sync log, this problem is related to uber-go/zap#687. Close #2973 Close #2974 Close #3112 Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Feb 14, 2024
Added sync logs for every service separately to provide the ability to have a custom logger for each service. Data race in logging is fixed by adding a sync log, this problem is related to uber-go/zap#687. Close #2973 Close #2974 Close #3112 Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Feb 14, 2024
Added sync logs for every service separately to provide the ability to have a custom logger for each service. Data race in logging is fixed by adding a sync log, this problem is related to uber-go/zap#687. Close #2973 Close #2974 Close #3112 Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Feb 14, 2024
Added sync logs for every service separately to provide the ability to have a custom logger for each service. Data race in logging is fixed by adding a sync log, this problem is related to uber-go/zap#687. Close #2973 Close #2974 Close #3112 Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 4, 2024
The `persist` goroutine could write logs after the blockchain service shutdown that leads to tests failure. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 4, 2024
The `persist` goroutine could write logs after the blockchain service shutdown that leads to tests failure. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 4, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Mar 5, 2024
The logs race issue is a result of improper shutdown during testing. Close #3217 Signed-off-by: Ekaterina Pavlova <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu, Go 1.21, v0.103.1 with a set of comments on top of it:
The text was updated successfully, but these errors were encountered: