-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Enable -race when running tests. Fixed couple of race errors. #1283
Conversation
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
If races in promtail are fixed, then there is still race in some new ingester tests. @rfratto would you please take a look? |
TestChunkFlushingIdle needed sleep time lengthened to deal with extra time it takes to execute code with the race checker enabled.
@pstibrany I fixed the test errors in the ingester. |
Wonderful, thanks a lot @rfratto! |
working on the fix for the tail lib, and I have a fix for the other promtail test |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
keep this open pls stalebot
…On Sat, Jan 11, 2020 at 5:21 PM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
any activity in the past 30 days. It will be closed in 7 days if no further
activity occurs. Thank you for your contributions.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1283?email_source=notifications&email_token=ACO2RKYID56PYJXV3S7ZSZLQ5JA6PA5CNFSM4JO7V6JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIWMLQY#issuecomment-573359555>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACO2RK5CKHOSMC2L3R4UQKDQ5JA6PANCNFSM4JO7V6JA>
.
|
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Fixed couple of reported errors when running tests with -race option.
There are few more remaining.