Running tests with cross subnet calls

We have attempted a test sending a lot of cross-subnet inter-canister calls, well-intentioned.
At some point, it resulted in these errors. They returned to normal once the test was stopped.


But the dashboard looks like this:

The subnet and it’s canister seem to be fine now, while the dashboard looks wrong.
While running the test, a canister being queried multiple times (returns Nat64) returned strange results. (was supposed to be incremented, but sometimes returned lower values? Which probably means the nodes aren’t in sync?)
463,203
464,300
463,322
463,100
465,123
463,350

If someone from Dfinity is trying to figure it out and what caused it, let us know.

5 Likes

Did you make query requests or call requests? If I remember correctly query requests can be cached while call requests are replicated and always up to date.

Query from the IC dashboard