mirror of
https://github.com/nspcc-dev/neofs-testlib.git
synced 2026-03-01 04:29:25 +00:00
Increase dump_logs time granularity to microseconds #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abereziny on GitHub (Nov 22, 2022).
Currently some tests can be executed for less than 1 second.
And we analyze logs for each test so sometimes logs can have entries from previous test
According to https://www.freedesktop.org/software/systemd/man/systemd.time.html# and https://docs.docker.com/engine/reference/commandline/logs/ it can be done if we add
.%fto the time format here:https://github.com/nspcc-dev/neofs-testlib-plugin-sbercloud/blob/master/src/neofs_testlib_plugin_sbercloud/sbercloud_host.py#L137,L138
@evgeniiz321 commented on GitHub (Mar 28, 2024):
not relevant with the latest testcases version