Is there ANY value in still running tests using sn_node-0.6.1 other than to further develop the script itself?
The reason I ask is that with a moderately large testfilesize I see a steep rise in time taken on subsequent runs of random data
{"testrun":" Tue 13 Jul 10:23:45 UTC 2021", "safe_version": "sn_cli 0.31.1", "node_version":"safe_network 0.6.1", "cpu_model":"Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz", "cpu_cores":"4", "safe_command":"put", "filesize":"100000", "no_of_iterations": "10", "delay": "3", "data":[
{"iteration": "1",
"elapsed time":" 577.53","user time":" 29.06","system time":" 7.54"},
{"iteration": "2",
"elapsed time":" 1135.15","user time":" 30.20","system time":" 7.36"},
{"iteration": "3",
"elapsed time":" 1664.28","user time":" 32.60","system time":" 7.27"},
{"iteration": "4",
"elapsed time":" 2208.06","user time":" 34.47","system time":" 7.26"},
I see PaymentFailed errors,
sleeping for 3 seconds until the next iteration
100000+0 records in
100000+0 records out
102400000 bytes (102 MB, 98 MiB) copied, 1.40294 s, 73.0 MB/s
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:52:19.209867530 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:52:41.391916824 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:06.764015640 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:30.063990889 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:52.492205917 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:54:15.222290907 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:54:37.633834557 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:55:02.108503404 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:55:24.044144753 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:57:04.585949578 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
sleeping for 3 seconds until the next iteration
However there is sufficient balance
willie@gagarin:~/projects/maidsafe/testnet-scripts/upload-performance$ safe keys balance
Checking balance of CLI's assigned keypair...
SafeKey's current balance: 9997.478143920
Can I rest easy knowing this is irrelevant if using later versions of sn_node? I’m just messing around trying to improve the script rather than trying to provide any real data.