-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
testing: Prepare light client testing with substrate binary and add subxt-test macro #1507
Commits on Feb 29, 2024
-
testing: Add long running light client flag and cfg aliases
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 34e9222 - Browse repository at this point
Copy the full SHA 34e9222View commit details -
testing: Expose clients depending on feature flags
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 518aa8e - Browse repository at this point
Copy the full SHA 518aa8eView commit details -
subxt: Use unstable backend for light client
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ea6f3cc - Browse repository at this point
Copy the full SHA ea6f3ccView commit details -
testing: Disable flaky lightclient tests
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ca36ef6 - Browse repository at this point
Copy the full SHA ca36ef6View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 8fe7e86 - Browse repository at this point
Copy the full SHA 8fe7e86View commit details -
Revert "subxt: Use unstable backend for light client"
This reverts commit ea6f3cc.
Configuration menu - View commit details
-
Copy full SHA for 593fbeb - Browse repository at this point
Copy the full SHA 593fbebView commit details -
ci: Long running tests for 60 mins
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 1fc1bb4 - Browse repository at this point
Copy the full SHA 1fc1bb4View commit details -
ci: Use 16 cores for light-client testing
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ca60c31 - Browse repository at this point
Copy the full SHA ca60c31View commit details -
ci: Isolate light-client testing to save CI minutes
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3c58c5e - Browse repository at this point
Copy the full SHA 3c58c5eView commit details
Commits on Mar 1, 2024
-
testing: Retry on Tx::Dropped for lightclinet only
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 0248343 - Browse repository at this point
Copy the full SHA 0248343View commit details -
testing: Wait for more blocks for the lightclient init
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 8400a0e - Browse repository at this point
Copy the full SHA 8400a0eView commit details -
subxt: Use unstable backend for light client
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d671664 - Browse repository at this point
Copy the full SHA d671664View commit details -
testing: Disable legacy RPC tests
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 318ba5c - Browse repository at this point
Copy the full SHA 318ba5cView commit details -
testing: Disable sudo and contracts tests
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 1a6f1af - Browse repository at this point
Copy the full SHA 1a6f1afView commit details -
testing: Retry constructing lightclient on read-proof errors
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 332fa72 - Browse repository at this point
Copy the full SHA 332fa72View commit details -
testing: Disable tx dynamic test
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 88ccc54 - Browse repository at this point
Copy the full SHA 88ccc54View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for b6c98c7 - Browse repository at this point
Copy the full SHA b6c98c7View commit details -
testing: Add timeout 800 seconds
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 20e75bc - Browse repository at this point
Copy the full SHA 20e75bcView commit details
Commits on Mar 4, 2024
-
proc-macro/tests: Adjust subxt-test proc-macro
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for c5c7972 - Browse repository at this point
Copy the full SHA c5c7972View commit details
Commits on Mar 5, 2024
-
proc-macro: Rename crate to subxt-test-proc-macro
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d3923c8 - Browse repository at this point
Copy the full SHA d3923c8View commit details -
Use default subxt-proc-macro timeout
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 1a64750 - Browse repository at this point
Copy the full SHA 1a64750View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 4c3226e - Browse repository at this point
Copy the full SHA 4c3226eView commit details -
subxt: Remove tokio as dependency, use it only for testing
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for fbe2a74 - Browse repository at this point
Copy the full SHA fbe2a74View commit details -
testing: Chagne default timeout to 6 seconds
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 30073d3 - Browse repository at this point
Copy the full SHA 30073d3View commit details
Commits on Mar 6, 2024
-
proc-macro: Add env timeout variable
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for aa55cea - Browse repository at this point
Copy the full SHA aa55ceaView commit details -
ci: Add subxt env var for controling test timeouts
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 09277fe - Browse repository at this point
Copy the full SHA 09277feView commit details -
tests/tx-retries: Retry on
Non node available
errorSigned-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 5039f1c - Browse repository at this point
Copy the full SHA 5039f1cView commit details
Commits on Mar 26, 2024
-
Merge remote-tracking branch 'origin/master' into lenxv/light-client-…
…testing Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 410aaed - Browse repository at this point
Copy the full SHA 410aaedView commit details -
testing: Use unstable backend for testing lightclient
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d81c70c - Browse repository at this point
Copy the full SHA d81c70cView commit details -
testing: Remove old lightclient object
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 00c4b78 - Browse repository at this point
Copy the full SHA 00c4b78View commit details -
testing: Adjust for the new interface
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 03da904 - Browse repository at this point
Copy the full SHA 03da904View commit details
Commits on Mar 27, 2024
-
backend/rpc: Allow older version of the initialized event
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 292f971 - Browse repository at this point
Copy the full SHA 292f971View commit details
Commits on Mar 28, 2024
-
rpc/tests: Check initialized decodes correctly
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 2bc8947 - Browse repository at this point
Copy the full SHA 2bc8947View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 811f70c - Browse repository at this point
Copy the full SHA 811f70cView commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 2bb8acb - Browse repository at this point
Copy the full SHA 2bb8acbView commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 1fdd734 - Browse repository at this point
Copy the full SHA 1fdd734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc6eb9 - Browse repository at this point
Copy the full SHA 1bc6eb9View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 5692703 - Browse repository at this point
Copy the full SHA 5692703View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for fd47be1 - Browse repository at this point
Copy the full SHA fd47be1View commit details
Commits on Apr 2, 2024
-
rename proc-macro to subxt-test-macro
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for be4b34c - Browse repository at this point
Copy the full SHA be4b34cView commit details
Commits on Apr 3, 2024
-
tests: Remove txretries for lightclient
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 7270da8 - Browse repository at this point
Copy the full SHA 7270da8View commit details -
tests: Wait for 5 blocks for the lightclient full testing suite
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for a62ceb7 - Browse repository at this point
Copy the full SHA a62ceb7View commit details
Commits on Apr 8, 2024
-
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 7664b56 - Browse repository at this point
Copy the full SHA 7664b56View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 510578f - Browse repository at this point
Copy the full SHA 510578fView commit details