Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Conversation

@circleci-klaytn
Copy link
Member

This PR is automatically created by CI to release a new official version of caver-java.

When this PR is approved by QA team, a new version will be released.

whoisxx and others added 18 commits June 8, 2021 10:15
Update CI to test seperately
Update CI to test seperately
1. Moved `no_output_timeout` from build_test_android step to instrumented test step

The `no_output_timeout` option was added to prevent Gradle
from sometimes deadlocking during instrumentation tests.

What build_test_android step do is just building without any tests,
we don't have to put it here.

The right place of the option is the step doing instrumented testing on android emulator.

2. Increase the timeout value in case the test takes a long time

3. Change name of build_android_test step
This step does just building so name should describe this.
Co-authored-by: kale <kale.kim@groundx.xyz>
CircleCI has a built-in 10 minute no-output timeout. This means that if it has been 10 minutes since the last output, the build will be canceled and stopped.

So 20m is enough to check whether dead-lock happened or not.
Add a network provider field in Caver class.
Separate the library of web3j used in accordance with the project version
Update version 2 to 2.1
[CIRCLECI] Update version 2 to 2.1
@sirano11
Copy link

sirano11 commented Aug 9, 2021

caver-java v1.6.3 QA result

Tests Failures Ignored Newly added
2384 0 22 150
Package Tests Failures Ignored Duration Success rate Newly added
com.klaytn.caver.common.abi 36 0 0 0.068s 100% 8
com.klaytn.caver.common.account 73 0 0 0.010s 100% 0
com.klaytn.caver.common.contract 136 0 0 2m46.14s 100% 1
com.klaytn.caver.common.kct.kip17 47 0 0 2m33.49s 100% 1
com.klaytn.caver.common.kct.kip37 65 0 0 2m10.21s 100% 2
com.klaytn.caver.common.kct.kip7 43 0 0 1m26.48s 100% 1
com.klaytn.caver.common.rpc 67 0 5 2.367s 100% 19
com.klaytn.caver.common.transaction 1313 0 0 1.274s 100% 69
com.klaytn.caver.common.utils 93 0 0 0.013s 100% 5
com.klaytn.caver.common.wallet 172 0 0 25.155s 100% 2
com.klaytn.caver.ipfs 6 0 0 15.598s 100% 0
com.klaytn.caver.validator 42 0 0 1.418s 100% 42
com.klaytn.caver.legacy.feature 220 0 14 5m19.84s 100% 0
com.klaytn.caver.legacy.scenario 71 0 3 6m19.34s 100% 0
com.klaytn.caver.IntegrationTest 12 0 0 35m35.26s 100% 0

jimni1222
jimni1222 previously approved these changes Aug 9, 2021
Copy link
Contributor

@jimni1222 jimni1222 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM =) !

@sirano11 sirano11 requested a review from michael-gx August 9, 2021 05:02
aeharvlee
aeharvlee previously approved these changes Aug 9, 2021
michael-gx
michael-gx previously approved these changes Aug 11, 2021
kale.kim added 2 commits August 11, 2021 09:38
modified keyRing field name to keyring in KeyStore class.
@whoisxx whoisxx dismissed stale reviews from michael-gx, aeharvlee, and jimni1222 via 5722c5a August 11, 2021 05:29
jimni1222
jimni1222 previously approved these changes Aug 11, 2021
aeharvlee
aeharvlee previously approved these changes Aug 11, 2021
sirano11
sirano11 previously approved these changes Aug 11, 2021
michael-gx
michael-gx previously approved these changes Aug 11, 2021
@sirano11 sirano11 dismissed stale reviews from michael-gx, aeharvlee, jimni1222, and themself via 9b9c838 August 11, 2021 06:20
@sirano11 sirano11 merged commit 4e94236 into master Aug 11, 2021
@circleci-klaytn circleci-klaytn deleted the release/v1.6.3 branch August 11, 2021 06:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants