scenarios: Unify logs in verify script #64

Merged
fyrchik merged 1 commits from fyrchik/xk6-frostfs:verify-logs into master 2023-07-26 21:08:03 +00:00

Close #63.
Close #62.
Close #27.
Close #66.

Close #63. Close #62. Close #27. Close #66.
fyrchik changed title from [#63] scenarios: Unify logs in verify script to scenarios: Unify logs in verify script 2023-05-23 08:47:14 +00:00
fyrchik requested review from storage-core-committers 2023-05-23 08:47:30 +00:00
fyrchik requested review from storage-core-developers 2023-05-23 08:47:30 +00:00
fyrchik requested review from storage-services-committers 2023-05-23 08:47:30 +00:00
fyrchik requested review from storage-services-developers 2023-05-23 08:47:31 +00:00
fyrchik requested review from anikeev-yadro 2023-05-23 08:47:38 +00:00
fyrchik requested review from abereziny 2023-05-23 08:47:39 +00:00
fyrchik requested review from vdomnich-yadro 2023-05-23 08:47:39 +00:00
fyrchik force-pushed verify-logs from 954f0e7e9a to ece55e7f49 2023-05-23 08:51:29 +00:00 Compare
acid-ant approved these changes 2023-05-23 08:53:39 +00:00
fyrchik force-pushed verify-logs from ece55e7f49 to 7d02136502 2023-05-23 09:18:03 +00:00 Compare
abereziny reviewed 2023-05-23 11:35:11 +00:00
@ -85,3 +86,4 @@
if objBytes == nil {
return errors.New("object doesn't exist")
}
if err := oldB.Delete(key); err != nil {
Collaborator

What this do and for?

What this do and for?

I suppose it removes object from old bucket, because the object now should belong to the bucket of new status...

I suppose it removes object from old bucket, because the object now should belong to the bucket of new status...
Poster
Owner

Exactly, object must be stored in exactly one bucket, according to its status.

Exactly, object must be stored in exactly one bucket, according to its status.
vdomnich-yadro reviewed 2023-05-23 12:27:06 +00:00
@ -113,1 +118,4 @@
let result;
// Different name is required.
// ReferenceError: Cannot access a variable before initialization.
let lg = log;

Optional: I would name the variable as objLog, because we extend the "common" log with object-specific attributes. And comment above probably won't be needed)

Optional: I would name the variable as `objLog`, because we extend the "common" log with object-specific attributes. And comment above probably won't be needed)
vdomnich-yadro approved these changes 2023-05-23 12:27:10 +00:00
fyrchik force-pushed verify-logs from da95c829c5 to bcb70653df 2023-05-23 13:03:00 +00:00 Compare
fyrchik force-pushed verify-logs from bcb70653df to 925fe3ec83 2023-05-23 13:03:15 +00:00 Compare
fyrchik merged commit 925fe3ec83 into master 2023-05-24 08:39:26 +00:00
fyrchik deleted branch verify-logs 2023-05-24 08:39:30 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-committers
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/xk6-frostfs#64
There is no content yet.