Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin created pull request TrueCloudLab/frostfs-node#182 2023-03-28 14:20:51 +00:00
[#180] node: Refactor panics in unit test
aarifullin created branch feature/180-factor_out_panics in aarifullin/frostfs-node 2023-03-28 14:17:40 +00:00
aarifullin pushed to feature/180-factor_out_panics at aarifullin/frostfs-node 2023-03-28 14:17:40 +00:00
4c34e924df [#180] node: Refactor panics in unit test
91717d4b98 [#176] morph: Resolve funlen linter
382ecae96a [#172] Use ContainersOf() for container list fetching
9e54646248 [#172] client/container: Support listing containers with containersOf
bf7d80f44b [#172] morph/client: Support iterators via neo-go session API
Compare 10 commits »
aarifullin opened issue TrueCloudLab/frostfs-node#180 2023-03-28 11:29:12 +00:00
Make unit tests use require.NoError/t.Fatalf instead panic
aarifullin created repository aarifullin/frostfs-dev-env 2023-03-23 12:48:18 +00:00
aarifullin created pull request TrueCloudLab/frostfs-node#163 2023-03-23 09:45:30 +00:00
[#86] node: Fix unit test and linter errors
aarifullin created branch fix/86-fix_unittests in aarifullin/frostfs-node 2023-03-23 09:44:31 +00:00
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…