We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since some tests fail occasionally, it might be an indicator of bad logic which could cause memory leaks and/or data races. Related to #1936 and #1968
These should be investigated. The following tests were found to fail occasionally (feel free to remove/add):
TestBlockTree_GetHashByNumber
TestJson2ReadRequest
Test_ext_crypto_ed25519_public_keys_version_1
TestSystemRPC
lib/trie
TestRuntimeChannelListener_Listen
Test_ext_crypto_sr25519_public_keys_version_1
TestSync_Basic
dot/rpc/subscription
TestSync_SingleBlockProducer
lib/grandpa
TestHTTPServer_ServeHTTP
dot/rpc/websocket_test.go
The text was updated successfully, but these errors were encountered:
I'm investigating the TestBlockTree_GetHashByNumber
Sorry, something went wrong.
Our saviour has arrived
@danforbes can we change this to an epic and we will will create issues for the checkboxes in the description.
No branches or pull requests
Since some tests fail occasionally, it might be an indicator of bad logic which could cause memory leaks and/or data races. Related to #1936 and #1968
These should be investigated. The following tests were found to fail occasionally (feel free to remove/add):
TestBlockTree_GetHashByNumber
#2158TestJson2ReadRequest
#2159Test_ext_crypto_ed25519_public_keys_version_1
#2160TestSystemRPC
#2161lib/trie
#2163TestRuntimeChannelListener_Listen
#2162Test_ext_crypto_sr25519_public_keys_version_1
#2164TestSync_Basic
#2165Fix Data Races in(moved to Investigate and Fix Data Races #2147)dot/rpc/subscription
Package #2166TestSync_SingleBlockProducer
#2167lib/grandpa
#2168TestHTTPServer_ServeHTTP
indot/rpc/websocket_test.go
#2280The text was updated successfully, but these errors were encountered: