Commit Graph

8 Commits

Author SHA1 Message Date
Alexey Milovidov
f3f6ccd773 Update tests 2023-05-08 00:28:54 +02:00
alesapin
e3961c118a
Revert "Revert "Fix several RENAME COLUMN bugs."" 2023-02-27 12:27:57 +01:00
Alexey Milovidov
8f40bbd5b4
Revert "Fix several RENAME COLUMN bugs." 2023-02-26 05:47:05 +03:00
alesapin
dd3a98e88d Fixes 2023-02-06 22:30:31 +01:00
Anton Popov
ca80240d84 Merge remote-tracking branch 'upstream/master' into HEAD 2023-01-12 12:13:45 +00:00
Azat Khuzhin
7078087eb6 tests: add some logs in case of error in 02361_fsync_profile_events
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-30 22:41:23 +01:00
Anton Popov
c7f6a410ac fix some tests 2022-10-28 23:26:06 +00:00
Azat Khuzhin
3e627e2861 Add profile events for fsync
The following new provile events had been added:

- FileSync - Number of times the F_FULLFSYNC/fsync/fdatasync function was called for files.
- DirectorySync - Number of times the F_FULLFSYNC/fsync/fdatasync function was called for directories.
- FileSyncElapsedMicroseconds - Total time spent waiting for F_FULLFSYNC/fsync/fdatasync syscall for files.
- DirectorySyncElapsedMicroseconds - Total time spent waiting for F_FULLFSYNC/fsync/fdatasync syscall for directories.

v2: rewrite test to sh with retries
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-31 23:19:30 +03:00