This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
implement new test framework with real tarantools #88
Annotations
16 errors and 6 warnings
test
Process completed with exit code 2.
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint:
tests/tnt/concurrent_topology_test.go#L41
Error return value of `tc.AddReplicasets` is not checked (errcheck)
|
lint:
tests/tnt/concurrent_topology_test.go#L76
Error return value of `tc.AddReplicaset` is not checked (errcheck)
|
lint:
tests/tnt/concurrent_topology_test.go#L68
File is not `gofmt`-ed with `-s` (gofmt)
|
lint:
tests/tnt/concurrent_topology_test.go#L127
lostcancel: the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak (govet)
|
lint
issues found
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
lint:
tests/tnt/tnt_test.go#L40
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
tests/tnt/tnt_test.go#L47
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|