We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes coverage tests failed with an error:
=== RUN TestIntegration/nspccdev/neofs-aio:0.41.0/rest_new_head_by_attribute/head integration_test.go:2200: Error Trace: /home/runner/work/neofs-rest-gw/neofs-rest-gw/cmd/neofs-rest-gw/integration_test.go:2200 Error: Not equal: expected: "Mon, 03 Jun 2024 12:52:17 GMT" actual : "Mon, 03 Jun 2024 12:52:18 GMT" Diff: --- Expected +++ Actual @@ -1 +1 @@ -Mon, 03 Jun 2024 12:52:17 GMT +Mon, 03 Jun 2024 12:52:18 GMT Test: TestIntegration/nspccdev/neofs-aio:0.41.0/rest_new_head_by_attribute/head === RUN TestIntegration/nspccdev/neofs-aio:0.41.0/rest_new_head_by_attribute/head_multi-segment_path_attribute integration_test.go:2238: Error Trace: /home/runner/work/neofs-rest-gw/neofs-rest-gw/cmd/neofs-rest-gw/integration_test.go:2238 Error: Not equal: expected: "Mon, 03 Jun 2024 12:52:18 GMT" actual : "Mon, 03 Jun 2024 12:52:17 GMT" Diff: --- Expected +++ Actual @@ -1 +1 @@ -Mon, 03 Jun 2024 12:52:18 GMT +Mon, 03 Jun 2024 12:52:17 GMT Test: TestIntegration/nspccdev/neofs-aio:0.41.0/rest_new_head_by_attribute/head_multi-segment_path_attribute
And I need to rerun this job.
Some improvements are needed in this test to calculate the timestamp.
v0.9.0
The text was updated successfully, but these errors were encountered:
tatiana-nspcc
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Sometimes coverage tests failed with an error:
And I need to rerun this job.
Describe the solution you'd like
Some improvements are needed in this test to calculate the timestamp.
Additional context
v0.9.0
The text was updated successfully, but these errors were encountered: