Skip to content

ReallocateCache#85

Open
l0rinc wants to merge 19 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached69
Open

ReallocateCache#85
l0rinc wants to merge 19 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached69

Conversation

@l0rinc
Copy link
Collaborator

@l0rinc l0rinc commented Dec 30, 2024

Reviving bitcoin#28945

@willcl-ark willcl-ark force-pushed the master branch 3 times, most recently from d8f185c to dee6377 Compare January 30, 2025 20:00
@willcl-ark willcl-ark force-pushed the master branch 4 times, most recently from 91555c9 to d07e4c3 Compare February 4, 2025 15:13
@willcl-ark willcl-ark force-pushed the master branch 5 times, most recently from d15ce87 to 4203957 Compare February 12, 2025 21:23
@willcl-ark willcl-ark force-pushed the master branch 5 times, most recently from e85040f to b21b38e Compare February 13, 2025 20:08
@github-actions github-actions bot force-pushed the master branch 6 times, most recently from ca473b4 to 4e41242 Compare February 20, 2025 03:23
@github-actions github-actions bot force-pushed the master branch 4 times, most recently from ea7ce99 to 783cdba Compare February 27, 2025 03:27
@github-actions
Copy link

📊 Benchmark results for this run (13887782454) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-85/13887782454/index.html after the github pages "build and deployment" action has completed.
🚀 Speedups: mainnet-default-uninstrumented: 1.5%, mainnet-large-uninstrumented: -0.8%

@github-actions
Copy link

📊 Benchmark results for this run (13887984502) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-85/13887984502/index.html after the github pages "build and deployment" action has completed.
🚀 Speedups: mainnet-default-uninstrumented: -3.1%, mainnet-large-uninstrumented: -0.3%

andrewtoth pushed a commit that referenced this pull request Sep 18, 2025
c40dbbb test: Move `script_assets_tests` into its own suite (Hennadii Stepanov)

Pull request description:

  This PR ensures that the `script_assets_tests` test case is explicitly reported as "Skipped" when it is not run, making it clearer when running the test suite with `ctest`:

  - on the master branch @ 9355578:
  ```
  $ env -u DIR_UNIT_TEST_DATA ctest --test-dir build -j 16 -R "^script_"
  Internal ctest changing into directory: /home/hebasto/git/bitcoin/build
  Test project /home/hebasto/git/bitcoin/build
      Start 87: script_tests
      Start 83: script_p2sh_tests
      Start 85: script_segwit_tests
      Start 86: script_standard_tests
      Start 84: script_parse_tests
  1/5 Test #84: script_parse_tests ...............   Passed    0.11 sec
  2/5 Test #86: script_standard_tests ............   Passed    0.11 sec
  3/5 Test #85: script_segwit_tests ..............   Passed    0.12 sec
  4/5 Test #83: script_p2sh_tests ................   Passed    0.12 sec
  5/5 Test #87: script_tests .....................   Passed    0.36 sec

  100% tests passed, 0 tests failed out of 5

  Total Test time (real) =   0.37 sec
  ```
  - with this PR:
  ```
  $ env -u DIR_UNIT_TEST_DATA ctest --test-dir build -j 16 -R "^script_"
  Internal ctest changing into directory: /home/hebasto/git/bitcoin/build
  Test project /home/hebasto/git/bitcoin/build
      Start 83: script_assets_tests
      Start 88: script_tests
      Start 84: script_p2sh_tests
      Start 86: script_segwit_tests
      Start 87: script_standard_tests
      Start 85: script_parse_tests
  1/6 Test #85: script_parse_tests ...............   Passed    0.11 sec
  2/6 Test #83: script_assets_tests ..............***Skipped   0.12 sec
  3/6 Test #86: script_segwit_tests ..............   Passed    0.11 sec
  4/6 Test #87: script_standard_tests ............   Passed    0.11 sec
  5/6 Test #84: script_p2sh_tests ................   Passed    0.12 sec
  6/6 Test #88: script_tests .....................   Passed    0.36 sec

  100% tests passed, 0 tests failed out of 6

  Total Test time (real) =   0.37 sec

  The following tests did not run:
   83 - script_assets_tests (Skipped)
  $ env DIR_UNIT_TEST_DATA=/home/hebasto/git/bitcoin/qa-assets/unit_test_data ctest --test-dir build -j 16 -R "^script_"
  Internal ctest changing into directory: /home/hebasto/git/bitcoin/build
  Test project /home/hebasto/git/bitcoin/build
      Start 83: script_assets_tests
      Start 88: script_tests
      Start 84: script_p2sh_tests
      Start 86: script_segwit_tests
      Start 87: script_standard_tests
      Start 85: script_parse_tests
  1/6 Test #85: script_parse_tests ...............   Passed    0.11 sec
  2/6 Test #87: script_standard_tests ............   Passed    0.11 sec
  3/6 Test #86: script_segwit_tests ..............   Passed    0.11 sec
  4/6 Test #84: script_p2sh_tests ................   Passed    0.12 sec
  5/6 Test #88: script_tests .....................   Passed    0.35 sec
  6/6 Test #83: script_assets_tests ..............   Passed    1.58 sec

  100% tests passed, 0 tests failed out of 6

  Total Test time (real) =   1.58 sec
  ```

ACKs for top commit:
  maflcko:
    re-ACK c40dbbb 👈
  ajtowns:
    ACK c40dbbb
  achow101:
    ACK c40dbbb

Tree-SHA512: 25713e1c3b507b6f2a5fecc7b1ea285a6642b906c248769238a58fc0df48489ac5f7606778f9e3653b407b7f1d06563e1554d04321303b350c80eb888500cc5d
@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from d216dc5 to 7f7e173 Compare October 29, 2025 02:02
@willcl-ark willcl-ark force-pushed the master branch 6 times, most recently from 5a6cd85 to d9d7b46 Compare December 10, 2025 09:45
@willcl-ark willcl-ark force-pushed the master branch 3 times, most recently from 44241cc to da1434a Compare December 30, 2025 05:30
@willcl-ark willcl-ark force-pushed the master branch 6 times, most recently from 623391b to 201f2eb Compare January 6, 2026 05:33
@willcl-ark willcl-ark force-pushed the master branch 3 times, most recently from a933b9c to 241f860 Compare January 7, 2026 05:32
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.

3 participants