mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
SearchV2 tests w/o filters expect wrong result order #348
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#348
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 @cthulhu-rider on GitHub (Feb 27, 2025).
Originally assigned to: @evgeniiz321 on GitHub.
this test run failed on the latest node
Stored objects (in order of creation):
25vHFL4xcJUiAogFh9tXngZnNfnswFP9np1YjsaDmozA3S1zXWrNEcMEBNCdmbKbeG1vaHgHcPDyXckBHST7Q9DV6cuyhTPfoi8gVb1xAt1CZHtHFyTMNeFJerYFuSoGneZw3yfdPx19qtHkx6Kxz1HBVu1eR6W98Jgwt8wkJY2BMyWy93eKzH1fPiviQTEvttRwwsUy6NX9mvCXMMD4ASu1me4and sorted:
93eKzH1fPiviQTEvttRwwsUy6NX9mvCXMMD4ASu1me425vHFL4xcJUiAogFh9tXngZnNfnswFP9np1YjsaDmozA3S1zXWrNEcMEBNCdmbKbeG1vaHgHcPDyXckBHST7Q9DV3yfdPx19qtHkx6Kxz1HBVu1eR6W98Jgwt8wkJY2BMyWy6cuyhTPfoi8gVb1xAt1CZHtHFyTMNeFJerYFuSoGneZwExpected behavior
CLI outputs objects searched one-by-one in sorted order. If so, test PASSes
Current behaviour But we have
order is correct, but test FAILs with:
Possible solution
i guess expected order can be either:
both are incorrect. The result must be byte-sorted, i.e. strings must be decoded from base58btc first
filtered suites should also be updated if needed
@cthulhu-rider commented on GitHub (Feb 27, 2025):
other suite FAILs for the same reason