Fix EC APE test #1477

Closed
opened 2024-11-07 12:20:18 +00:00 by fyrchik · 0 comments
Owner

We use SoftAPECheck: true for EC APE test:

SoftAPECheck: true,


Even though in reality this flag is true only for containers with basicacl != 0

func (r RequestInfo) IsSoftAPECheck() bool {

Figure out why integration tests (supposedly) work with containers basicacl == 0 and what is the problem with this test.

We use `SoftAPECheck: true` for EC APE test: https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/c8fb154151c4a944c87bea373fe9828ac267f2ea/pkg/services/object/ape/checker_test.go#L766 Even though in reality this flag is true only for containers with `basicacl != 0` https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/c8fb154151c4a944c87bea373fe9828ac267f2ea/pkg/services/object/acl/v2/request.go#L110 Figure out why integration tests (supposedly) work with containers `basicacl == 0` and what is the problem with this test.
fyrchik added the
bug
label 2024-11-07 12:20:18 +00:00
dstepanov-yadro was assigned by fyrchik 2024-11-07 12:20:18 +00:00
fyrchik added the
frostfs-node
label 2024-11-07 12:21:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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/frostfs-node#1477
No description provided.