Closed agatsoh closed 4 years ago
@agatsoh I just ran BF1 with latest master
, it seem to be working now. Please, try again (don't forget to update dependencies and rebuild SDK and CLI).
ok i will try again
@andrevmatos Unfortunately I tried a second time and I still get the same error
scenario_player.exceptions.ScenarioAssertionError: Expected request_count 10 but got 11
@agatsoh Did you retry a previous run or restarted it in the middle for any reason? Are you double-sure you have re-built everything? This scenario includes a transfer which should fail before going to the PFS. This specific error only happens if it did try request the PFS (so +1 requests than should have been made). I ran the scenario 2x here on top of current master, and it didn't fail. Please, also re-check your environment is up-to-date.
Yes everything upto-date with the current master. This is what i did to install and build everything up
pnpm install
pnpm run build --filter raiden-ts
pnpm run build --filter raiden-cli
pnpm run build:bundle --filter raiden-cli
Let me know if I am missing something. Yes and it seems only specific to me so may be my network also plays a part in this. If you want you could close this and then we could open it if occurs again sometime.
@agatsoh Thanks a lot for documenting the issue :)
@andrevmatos Thanks for double-checking :)
Let's close the issue and check if it reoccurs during our nightly runs.
Description
Fails at
- assert_pfs_history: {source: 3, target: 0, request_count: 10}
scenario_player.exceptions.ScenarioAssertionError: Expected request_count 10 but got 11"
We could change the request_count to 11 in our case because we might be dealing with the PFS slightly differently with from the python client
Acceptance criteria
Tasks