Skip to content

Replace Mutex with RWMutex #510

Replace Mutex with RWMutex

Replace Mutex with RWMutex #510

Triggered via pull request September 24, 2024 20:07
Status Failure
Total duration 1m 5s
Artifacts

test.yml

on: pull_request
Matrix: integration-tests
Matrix: performance-tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L149
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L171
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L193
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L215
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L244
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L274
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L286
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L334
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest): internal/regex_rate_limiter_test.go#L400
cannot use &decisionListsMutex (value of type *sync.Mutex) as *sync.RWMutex value in argument to consumeLine
test (1.22.x, ubuntu-latest)
Process completed with exit code 1.
test (1.22.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.22.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
performance-tests (1.22.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
performance-tests (1.22.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
integration-tests (1.22.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
integration-tests (1.22.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/