mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Payment test fails #1411
Labels
No labels
I1
I2
I3
I4
S0
S1
S2
S3
S4
U0
U1
U2
U3
U4
blocked
bug
config
dependencies
discussion
documentation
enhancement
enhancement
epic
feature
go
good first issue
help wanted
neofs-adm
neofs-cli
neofs-cli
neofs-cli
neofs-ir
neofs-lens
neofs-storage
neofs-storage
performance
question
security
task
test
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-node#1411
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 (Apr 30, 2025).
Current Behavior
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/3166-1745943519/index.html#suites/44e11ced39071e8d0cfc11c5b94622ba/dbc5d8a0a60c31dd/
Expected Behavior
Green.
Possible Solution
Fix something.
Steps to Reproduce
Run testcases with master (pre-0.46.0) node.
Context
IR does transfers properly:
and alike.
Test also check for balances of user wallet ("Ensure the user wallet balance is charged only once per epoch") and there are correct transfers there:
Then
But for storage node (" Ensure the storage node balance is debited only once per epoch") test seems to be using some wrong address:
Theoretically, it can be an IR issue (wrong address there), but it doesn't seem to be likely.
Regression
Unknown.
@evgeniiz321 commented on GitHub (May 12, 2025):
@roman-khimov it is also reproduced locally 10/10, I see in IR logs a lot of transfers to SN address -
but accounting balance shows only one value (doesn't change between epochs at all - i checked it during like 10 epochs, see the address Nf1jX17eFH8i6K43bwQhSQdxY1owsa9gpT is the same as in IR logs):
maybe some kind of a caching issue? and yes, it happens only on the latest node from master. Prev version - v0.45.0 is ok.
@evgeniiz321 commented on GitHub (May 12, 2025):
Suspicious logs from IR:
@roman-khimov commented on GitHub (May 13, 2025):
Still doesn't work.
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/3214-1747087432/index.html#suites/44e11ced39071e8d0cfc11c5b94622ba/9ddcfd5081e4aca/ from #3339:
It's a successful
transferX.@roman-khimov commented on GitHub (May 13, 2025):
Hmm.