This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
feat: integrate examples as deno tests for ci #510
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 23, 2023 22:39
76fb204
to
d6f22e4
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 23, 2023 22:50
d6f22e4
to
cf704c8
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 23, 2023 22:50
cf704c8
to
5965ee1
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 24, 2023 15:43
5965ee1
to
7fcaec1
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 24, 2023 15:43
7fcaec1
to
8e0a0d4
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 24, 2023 18:39
8e0a0d4
to
77b64c8
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 24, 2023 18:40
77b64c8
to
49f2fc7
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 24, 2023 18:44
49f2fc7
to
2b8483e
Compare
tjjfvi
reviewed
Jan 24, 2023
Also, this doesn't (and shouldn't) resolve #509. This is orthogonal to that issue, which is about adding |
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 18:09
2b8483e
to
724e89c
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 18:09
724e89c
to
b69f0ef
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 18:11
b69f0ef
to
84783c8
Compare
tjjfvi
reviewed
Jan 25, 2023
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 18:42
84783c8
to
e14909d
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 20:07
e14909d
to
522c5c8
Compare
Added a progress bar and aggregated the failed tests results to the end. Looks something like this now
|
😦 |
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 20:26
522c5c8
to
f70ff5c
Compare
ryanleecode
force-pushed
the
feat/integrated-example-ci-testing
branch
from
January 25, 2023 20:51
f70ff5c
to
d32e310
Compare
tjjfvi
approved these changes
Jan 25, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #524
Description
Creates a script to run all examples in parallel except those specified in
.ignore
.Maps the output into deno tests so they can be integrated in CI.
Fixes
extrinstic.test.ts
to not depend on the balance of alice or bob since they can be changed while the examples are running in parallelFixes the
batch.ts
andpolkadot_js_signer.ts
to use dave as the signer as to not interfere with transaction nonces created by alice. Otherwise the node will throw rpc errors as shown below.