Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin created branch feature/116-engine_constructor in aarifullin/frostfs-node 2023-03-30 12:55:13 +00:00
aarifullin pushed to feature/116-engine_constructor at aarifullin/frostfs-node 2023-03-30 12:55:13 +00:00
0c38468fbb [#116] node: Improve shard/engine construction in tests
aarifullin pushed to bug/use_uber_sync at aarifullin/frostfs-node 2023-03-30 12:38:22 +00:00
b05b1abb85 [#189] node: Fix bug with sync/atomic package
aarifullin created pull request TrueCloudLab/frostfs-node#189 2023-03-30 12:37:35 +00:00
[#XX] node: Fix bug with sync/atomic package
aarifullin created branch bug/use_uber_sync in aarifullin/frostfs-node 2023-03-30 12:37:01 +00:00
aarifullin pushed to bug/use_uber_sync at aarifullin/frostfs-node 2023-03-30 12:37:01 +00:00
f41658542a [#XX] node: Fix bug with sync/atomic package
341fe1688f [#139] test: Add test storage implementation
e843e7f090 [#184] ir: Delete unused config reader param
ba58a77f8c [#184] node, ir: Do not wait for already made notary deposits
3646723ae3 [#184] morph: Make deposit logs INFO
Compare 6 commits »
aarifullin pushed to feature/180-factor_out_panics at aarifullin/frostfs-node 2023-03-29 09:39:18 +00:00
221203beeb [#180] node: Refactor panics in unit test
aarifullin commented on pull request TrueCloudLab/frostfs-node#182 2023-03-29 09:38:08 +00:00
[#180] node: Refactor panics in unit test

Yes, it's my fault. Here Send is name of the method. Just coincidence :) I'll fix it anyway

aarifullin commented on pull request TrueCloudLab/frostfs-node#182 2023-03-29 07:36:30 +00:00
[#180] node: Refactor panics in unit test

Done

aarifullin pushed to feature/180-factor_out_panics at aarifullin/frostfs-node 2023-03-29 07:35:47 +00:00
6786dcf950 [#180] node: Refactor panics in unit test
aarifullin pushed to feature/180-factor_out_panics at aarifullin/frostfs-node 2023-03-28 20:14:35 +00:00
e9dc4d43ef [#180] node: Refactor panics in unit test
aarifullin pushed to feature/180-factor_out_panics at aarifullin/frostfs-node 2023-03-28 20:12:15 +00:00
7156e0b397 [#180] node: Refactor panics in unit test
aarifullin commented on issue TrueCloudLab/frostfs-node#86 2023-03-28 14:32:04 +00:00
Unify testing utils in a single package/place

The util functions have been moved to pkg/local_object_storage/internal/testutil package

aarifullin closed issue TrueCloudLab/frostfs-node#86 2023-03-28 14:32:04 +00:00
Unify testing utils in a single package/place
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