-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Integration test failure: Unknown namespace 'ff_system' #1245
Comments
Seems that when we query for network version, we look for a specific error to indicate that the query failed:
This is the error in ethconnect: This bug is apparently related to the switch from ethconnect to evmconnect as the default connector. ethconnect returned a specific and descriptive error when attempting to query a method that does not exist: |
Even when switching back to ethconnect, there is also a separate issue internal to FireFly. The "ff_system" namespace gets perpetually stuck in a non-initialized state and all calls return this: Probably needs a fix in namespace manager to mark this legacy namespace "started". |
Opened hyperledger/firefly-evmconnect#65 to further track the lack of parseable error codes in evmconnect. |
I've confirmed that the combination of #1246 + #1249 allows this test to pass. I also confirmed locally that this was broken in FireFly v1.2.0 - which implies we did not run the integration suite on that release. It could warrant a v1.2.1 with these fixes, but that would need to be pulled from a release branch of FireFly and not |
https://github.com/hyperledger/firefly/actions/runs/4559216926/jobs/8042927545
Migration tests for legacy namespaces that rely on "ff_system" are failing. Recent namespace manager work may have broken the functionality for "V1" namespaces.
The text was updated successfully, but these errors were encountered: