mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
EACL tests take too much time #309
Labels
No labels
I1
I2
I3
I4
S0
S1
S1
S2
S3
S4
U0
U0
U1
U2
U3
U4
blocked
bug
dependencies
discussion
documentation
enhancement
enhancement
enhancement
epic
feature
good first issue
help wanted
performance
question
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-testcases#309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Sep 24, 2024).
Current Behavior
test_extended_acl_numeric_values --- each takes 3m30s to run.
test_extended_acl_numeric_values_attr_str_filter_numeric --- 30s
test_extended_acl_numeric_values_payload_attr --- 30s
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/544-1727128149/index.html#suites/7d0d2bff4573ced7a233aef01d2141a2/b20b4234dc3e1081/
Expected Behavior
EACL is managed via blockchain transactions, but the chain we have in test environment has 1s blocks, so it does not take 15-30s to update anything there. I'd bet there is some excessive waiting in the test.
Possible Solution
Try to optimize it.