You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see this log: Nonce Database initiated with SQLite provider. It seems like the requests go to Typesense Nonce?
But on any other branch created from main, the system tests do not fail, the log message is present, and everything works as expected
Even on main branch, this only happens on system-tests, unit tests and integration tests are green and everything is OK.. Something going on with these tests only
UPDATE:
Seems the system tests are running an older version of the node. Check screenshots bellow... the log message 'INDEXER_NETWORKS is not defined, running Indexer with all supported networks defined in RPCS env variable ...'
Shows as an ERROR on the failing tests, but on main branch this log message is a INFO (and we can see the Nonce DB log too)..... Its clearly not fetching the updated code of the node
The text was updated successfully, but these errors were encountered:
There is something weird going on o main branch..
I don't see this log:
Nonce Database initiated with SQLite provider
. It seems like the requests go to Typesense Nonce?But on any other branch created from main, the system tests do not fail, the log message is present, and everything works as expected
Even on main branch, this only happens on system-tests, unit tests and integration tests are green and everything is OK.. Something going on with these tests only
UPDATE:
Seems the system tests are running an older version of the node. Check screenshots bellow... the log message
'INDEXER_NETWORKS is not defined, running Indexer with all supported networks defined in RPCS env variable ...'
Shows as an ERROR on the failing tests, but on main branch this log message is a INFO (and we can see the Nonce DB log too)..... Its clearly not fetching the updated code of the node
The text was updated successfully, but these errors were encountered: