Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin pushed to fix/86-fix_unittests at aarifullin/frostfs-node 2023-03-23 09:44:31 +00:00
34329d67ff [#86] node: Fix unit test and linter errors
9808dec591 [#86] node: Move testing utils to one package
342e571d89 [#159] Add handle __SYSTEM__ sys attributes
Compare 3 commits »
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-23 07:16:47 +00:00
54fb265598 [#86] node: Move testing utils to one package
f111704ceb [#158] Fix gitlint run in pre-commit under CI
da8da1c63a [#98] fstree: Do not fail iteration over just removed files
49234b915e [#155] search-service: Fix search with ST
1637a3edce [#155] search-service: Add search with ST test
Compare 30 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-22 10:12:03 +00:00
[#86] node: Move testing utils to one package

Okay. I removed GenerateObjectWithSize

aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-22 10:10:16 +00:00
15585e85dc [#86] node: Move testing utils to one package
aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-22 07:25:51 +00:00
[#86] node: Move testing utils to one package

Okay. Fixed

aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-22 07:25:32 +00:00
2efa3b8f0d [#86] node: Move testing utils to one package
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-22 07:23:44 +00:00
e3433cc3d9 [#86] node: Move testing utils to one package
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-22 07:22:49 +00:00
e706f82f8f [#86] node: move testing utils to one package
49234b915e [#155] search-service: Fix search with ST
1637a3edce [#155] search-service: Add search with ST test
cbc2efb1d6 [#156] object/get: Make toHeadPrm() pass gocognit
484ac502ca [#156] frostfs-adm: Make dumpBalances() pass linter checks
Compare 10 commits »
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-22 07:13:07 +00:00
92fd33a6aa [#86] node: move testing utils to one package
ec2c5d45b4 Add to Possible Solutions
7eb9e88f8f Add bug label; Delte label addition
9aeea0b974 [#153] ci: Minor pipeline fixes
9a4f40626c [#128] IR: Do not try to emit GAS to nobody
Compare 19 commits »
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-21 17:59:21 +00:00
753cdd6147 [#86] node: move testing utils to one package
aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-21 17:50:18 +00:00
[#86] node: Move testing utils to one package

I am not the author of these comments but I suggest just to reformat comments in correct way

aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-21 17:06:17 +00:00
[#86] node: Move testing utils to one package

Followed this suggestion: TrueCloudLab/frostfs-node#150 (comment)

Anyway, let's keep it but I'll make it private?

aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-21 17:04:47 +00:00
[#86] node: Move testing utils to one package

Sorry, I just did the same on my previous work :) The reason for the separate group: these are third-party packages (neither std's nor frostfs')

If it's unnecessary, I can unite them with…

aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-21 13:41:22 +00:00
f893683b02 [#86] node: move testing utils to one package
ec2c5d45b4 Add to Possible Solutions
7eb9e88f8f Add bug label; Delte label addition
Compare 3 commits »
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-21 12:44:06 +00:00
9922546cb2 [#86] node: move testing utils to one package
9aeea0b974 [#153] ci: Minor pipeline fixes
9a4f40626c [#128] IR: Do not try to emit GAS to nobody
7a31988a36 [#145] docs: Add expired object collector params
5059dcc19d [#145] shard-gc: Delete expired objects after locks
Compare 17 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-21 11:16:46 +00:00
[#86] node: Move testing utils to one package

I've moved the generators to testutil and reused GenerateObject... methods. Hope it looks good

aarifullin commented on pull request TrueCloudLab/frostfs-node#150 2023-03-21 11:14:20 +00:00
[#86] node: Move testing utils to one package

Fow now the package contains two methods: GenerateObject that generates an object with default size 32 and GenerateObjectWithSize to create it with given size. IMHO, this will make the…

aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-21 11:08:48 +00:00
0a85874664 [#86] node: move testing utils to one package
aarifullin pushed to refactor/86-move_test_utils at aarifullin/frostfs-node 2023-03-21 07:14:07 +00:00
98bf8ef58f [#86] node: move testing utils to one package
9cd8f7cea0 [#152] IR: Process empty basic incomes
44b86bac5a [#148] linter: Add contextcheck linter
481a1ca6f3 [#148] linter: Add gocognit linter
97c36ed3ec [#148] linter: Add funlen linter
Compare 12 commits »
aarifullin created pull request TrueCloudLab/frostfs-node#150 2023-03-20 16:18:00 +00:00
[#86] node: move testing utils to one package