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

Fix for most unit tests fails #209

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

QuickMythril
Copy link

The newer feature triggers are missing from the testchain json files, which causes a very large amount of the unit tests to fail immediately. This pull request adds the missing feature triggers to the test-chain-v2.json file only. Here are the results of the unit tests before and after this change:

Before
tests-before-fix

After
tests-after-fix

Only 38 tests passed before, but 558 passed after the change. Some of the remaining failed tests are also caused by missing feature triggers within other testchain files which I can fix later, if this is approved.

@crowetic
Copy link

crowetic commented Nov 8, 2024

looks good to me, will merge once others verify.

@crowetic crowetic merged commit d42acb7 into Qortal:master Nov 8, 2024
1 check failed
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