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

build: do not publish test fixtures #10147

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

jjohannes
Copy link
Collaborator

Description:

We do not have a good reason to publish them and the POM metadata is incomplete/confusing.

This PR also fixes that, if we should publish test fixtures again in the future, versions will be added to test fixture onnly dependencies.

Related issue(s):

Fixes #10143

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
Copy link

Node: HAPI Test (Crypto) Results

211 tests  ±0   201 ✔️ ±0   17m 55s ⏱️ - 2m 37s
  22 suites ±0     10 💤 ±0 
  22 files   ±0       0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

Node: Unit Test Results

    2 286 files  ±0      2 286 suites  ±0   47m 43s ⏱️ -8s
118 389 tests ±0  118 355 ✔️ ±0  34 💤 ±0  0 ±0 
126 761 runs  ±0  126 727 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0203ede) 63.13% compared to head (161935b) 63.13%.
Report is 34 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10147   +/-   ##
==========================================
  Coverage      63.13%   63.13%           
+ Complexity     30700    30698    -2     
==========================================
  Files           3327     3327           
  Lines         133875   133875           
  Branches       13875    13875           
==========================================
  Hits           84523    84523           
+ Misses         46022    46018    -4     
- Partials        3330     3334    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Node: HAPI Test (Token) Results

190 tests  ±0   188 ✔️ ±0   22m 29s ⏱️ + 2m 32s
  13 suites ±0       2 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

Node: HAPI Test (Misc) Results

418 tests  ±0   286 ✔️ ±0   23m 2s ⏱️ - 1m 38s
  73 suites ±0   132 💤 ±0 
  73 files   ±0       0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

Node: E2E Test Results

    1 files  ±    0      1 suites  ±0   23m 21s ⏱️ + 23m 21s
310 tests +309  310 ✔️ +310  0 💤 ±0  0  - 1 
332 runs  +331  332 ✔️ +332  0 💤 ±0  0  - 1 

Results for commit 161935b. ± Comparison against base commit 0203ede.

This pull request removes 1 and adds 310 tests. Note that renamed tests count towards both.
EndToEndTests ‑ initializationError
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateADDRESS_BOOK
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateNODE_DETAILS
EndToEndTests ‑ AccountsGetPayerRecordsIfSoConfigured
EndToEndTests ‑ Acct57CanMakeSmallChanges
EndToEndTests ‑ Acct57CantMakeLargeChanges
EndToEndTests ‑ AddingSignaturesToExecutedTxFails
EndToEndTests ‑ AddingSignaturesToExecutedTxFailsWithLongTermEnabled
EndToEndTests ‑ AddingSignaturesToNonExistingTxFails
EndToEndTests ‑ AddingSignaturesToNonExistingTxFailsWithLongTermEnabled
EndToEndTests ‑ AddressAliasIdFuzzing
…

Copy link

Node: HAPI Test (Time Consuming) Results

21 tests  ±0     9 ✔️ ±0   26m 13s ⏱️ +24s
  2 suites ±0   12 💤 ±0 
  2 files   ±0     0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

Node: Integration Test Results

279 tests  ±0   279 ✔️ ±0   28m 22s ⏱️ +28s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

Copy link

Node: HAPI Test (Smart Contract) Results

411 tests  ±0   318 ✔️ ±0   44m 9s ⏱️ + 1m 8s
  56 suites ±0     93 💤 ±0 
  56 files   ±0       0 ±0 

Results for commit 161935b. ± Comparison against base commit 0203ede.

@jjohannes jjohannes changed the title Gradle: do not publish test fixtures build: do not publish test fixtures Dec 4, 2023
@nathanklick nathanklick merged commit b5d8206 into develop Dec 4, 2023
23 of 24 checks passed
@nathanklick nathanklick deleted the no-test-fixtures-publish branch December 4, 2023 15:14
mhess-swl pushed a commit that referenced this pull request Dec 4, 2023
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
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.

Generated POM published on Maven Central is missing version numbers for test dependencies
2 participants