Replace Mutex with RWMutex #510
test.yml
on: pull_request
Matrix: integration-tests
Matrix: performance-tests
Matrix: test
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/
|