Skip to content
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

[FreshEyes] test: fix RPC coverage check #13

Open
wants to merge 2 commits into
base: bitcoin-fresheyes-staging-master-29387
Choose a base branch
from

Conversation

adamjonas
Copy link
Owner

The author BrandonOdiwuor wrote the following PR called test: fix RPC coverage check, issue number 29387 in bitcoin/bitcoin cloned by FreshEyes below:

Fixes https://github.com/bitcoin/bitcoin/issues/27593

Currently, the RPC coverage check in functional tests doesn't include a list of all RPCs. This fix enables wallet RPCs to be included in the rpc_interface.txt used in the coverage check

This PR Reverses part of the changes on PR https://github.com/bitcoin/bitcoin/pull/16042 - Commit https://github.com/bitcoin/bitcoin/pull/16042/commits/fa473303972b7dad600d949dc9b303d8136cb7e7#diff-4a04bc0b355c780033960e8c261ee9b6d3c452897e1dcd88a15d272512266c76R486 to speed up cache_creation by disabling the wallet

Update:

  • I have added basic abortrescan RPC test (commit - eb08560) to fix the failing CI due to no coverage

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1927693279 at 2024/02/05, 18:16:08 UTC.

@@ -829,7 +829,7 @@ def _initialize_chain(self):
cache_node_dir,
chain=self.chain,
extra_conf=["bind=127.0.0.1"],
extra_args=['-disablewallet'],

Choose a reason for hiding this comment

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

5 authors commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1479210925 at 2024/02/06, 04:36:19 UTC
  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1479350456 at 2024/02/06, 07:55:10 UTC
  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1479680894 at 2024/02/06, 12:17:30 UTC
  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1480054753 at 2024/02/06, 15:40:05 UTC
  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1480059345 at 2024/02/06, 15:43:05 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1864263331 at 2024/02/06, 04:36:20 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1864482539 at 2024/02/06, 07:55:10 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1929108842 at 2024/02/06, 09:29:33 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1865005690 at 2024/02/06, 12:17:30 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1929818726 at 2024/02/06, 14:23:28 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1865586863 at 2024/02/06, 15:40:05 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1865594096 at 2024/02/06, 15:43:05 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1480069074 at 2024/02/06, 15:48:53 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1865611037 at 2024/02/06, 15:48:53 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481302085 at 2024/02/07, 11:04:42 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867528138 at 2024/02/07, 11:04:42 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481349496 at 2024/02/07, 11:45:56 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867605891 at 2024/02/07, 11:45:56 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481350393 at 2024/02/07, 11:46:46 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867607267 at 2024/02/07, 11:46:46 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481381389 at 2024/02/07, 12:13:44 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867661734 at 2024/02/07, 12:13:44 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481382045 at 2024/02/07, 12:14:20 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867662875 at 2024/02/07, 12:14:20 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481384059 at 2024/02/07, 12:16:14 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and approved here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867666239 at 2024/02/07, 12:16:31 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1481398891 at 2024/02/07, 12:28:28 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1867690836 at 2024/02/07, 12:28:28 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and requested changes here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1870231673 at 2024/02/08, 13:29:05 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1934152480 at 2024/02/08, 13:43:44 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1934168380 at 2024/02/08, 13:52:44 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1936072870 at 2024/02/09, 14:53:12 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1936935414 at 2024/02/10, 08:43:10 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1487554652 at 2024/02/13, 10:19:29 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1877509234 at 2024/02/13, 10:20:44 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1489378056 at 2024/02/14, 12:15:27 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1880131948 at 2024/02/14, 12:15:27 UTC.

Copy link

This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#discussion_r1489381387 at 2024/02/14, 12:18:26 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1880137026 at 2024/02/14, 12:18:26 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1943700391 at 2024/02/14, 12:44:55 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1943815753 at 2024/02/14, 13:54:43 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1956804728 at 2024/02/21, 14:42:54 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1956896591 at 2024/02/21, 15:14:08 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1958792354 at 2024/02/22, 06:33:41 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1959076888 at 2024/02/22, 09:51:27 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-1960958073 at 2024/02/23, 09:04:39 UTC.

Copy link

@fresheyes-staging-bot fresheyes-staging-bot bot left a comment

Choose a reason for hiding this comment

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

An author reviewed and commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#pullrequestreview-1998647499 at 2024/04/12, 23:01:48 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-2063369209 at 2024/04/18, 08:55:56 UTC.

Copy link

An author commented here with:

  • comment link https://github.com/bitcoin/bitcoin/pull/29387#issuecomment-2066602344 at 2024/04/19, 13:34:33 UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants