ale64bit
  • Joined on 2023-03-06
ale64bit commented on issue TrueCloudLab/xk6-frostfs#14 2023-04-14 09:32:16 +00:00
Add local targets

@fyrchik Should we close now after TrueCloudLab/xk6-frostfs#48?

ale64bit commented on pull request TrueCloudLab/frostfs-node#253 2023-04-14 09:23:13 +00:00
[#139] Refactor blobovnicza exists test to not use chmod

no. The precommit won't let me. Not sure how it got through in the first place.

ale64bit created pull request TrueCloudLab/frostfs-node#253 2023-04-14 09:20:04 +00:00
[#139] Refactor blobovnicza exists test to not use chmod
ale64bit created branch fix/139-refactor-blobovnicza-exists-test in ale64bit/frostfs-node 2023-04-14 09:17:03 +00:00
41eb3129ae [#139] Refactor blobovnicza exist test to not use chmod
adcfce39cf [#246] .gitattributes: Do not show diff for go.sum
299b6a6938 [#100] adm: Use netmap constants from pkg
0c6aeaaf18 [#100] adm: Take net settings into account during netmap contract update
4496999e52 [#100] Fix CHANGELOG
Compare 10 commits »
ale64bit commented on pull request TrueCloudLab/frostfs-node#242 2023-04-13 14:11:24 +00:00
Add tracing spans to PUT, DELETE requests and tree service

You should apologize to forgejo instead; it can barely handle it :)

ale64bit commented on pull request TrueCloudLab/frostfs-node#242 2023-04-13 14:08:20 +00:00
Add tracing spans to PUT, DELETE requests and tree service

s/Put/PutObject

ale64bit commented on pull request TrueCloudLab/frostfs-node#242 2023-04-13 14:08:20 +00:00
Add tracing spans to PUT, DELETE requests and tree service

s/get/Get

ale64bit commented on pull request TrueCloudLab/frostfs-node#242 2023-04-13 14:08:20 +00:00
Add tracing spans to PUT, DELETE requests and tree service

s/TreeDrop/TreeList

ale64bit created pull request TrueCloudLab/xk6-frostfs#50 2023-04-13 13:34:31 +00:00
[#49] Import and use k6-utils library for uuidv4
ale64bit created branch fix/49-k6-utils in ale64bit/xk6-frostfs 2023-04-13 13:32:10 +00:00
ale64bit pushed to fix/49-k6-utils at ale64bit/xk6-frostfs 2023-04-13 13:32:10 +00:00
7bb16cdd94 [#49] Import and use k6-utils library for uuidv4
de6747fc0f [#14] Add s3 local loader
6832771973 [#47] Raise default STREAM_TIMEOUT to 60s
Compare 3 commits »
ale64bit opened issue TrueCloudLab/xk6-frostfs#49 2023-04-13 13:21:58 +00:00
Add k6-utils library and normalize uuidv4 usage
ale64bit commented on pull request TrueCloudLab/frostfs-node#245 2023-04-13 13:10:04 +00:00
node: Read config files from dir even if config file not set via --config

if you use backticks, you don't need to quote the special characters

ale64bit commented on pull request TrueCloudLab/frostfs-node#233 2023-04-13 12:36:53 +00:00
[#118] node: add unit concurrent tests for blobstor

It certainly works. It's probably useful for code-golfing :) first time I see it, so TIL.

ale64bit commented on pull request TrueCloudLab/frostfs-node#245 2023-04-13 12:03:27 +00:00
node: Read config files from dir even if config file not set via --config

it probably would be better to use t.Setenv() here, to avoid nuking the env for every test and/or conflict with parallel ones.