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

Add a nightly run of the test suite against chia-blockchain at main #39

Merged
merged 7 commits into from
Dec 14, 2023

Conversation

hoffmang9
Copy link
Member

No description provided.

@hoffmang9 hoffmang9 marked this pull request as draft November 1, 2023 21:49
@hoffmang9
Copy link
Member Author

And another bug uncovered - this time it's in the in memory db test change - Chia-Network/chia-blockchain#16637:

ImportError while loading conftest '/home/runner/work/CAT-admin-tool/CAT-admin-tool/tests/conftest.py'.
tests/conftest.py:6: in <module>
    from chia.simulator.setup_nodes import setup_simulators_and_wallets_service
venv/lib/python3.10/site-packages/chia/simulator/setup_nodes.py:24: in <module>
    from chia.simulator.setup_services import (
venv/lib/python3.10/site-packages/chia/simulator/setup_services.py:57: in <module>
    from tests.util.db_connection import generate_in_memory_db_uri
E   ModuleNotFoundError: No module named 'tests'
Error: Process completed with exit code 4.

@AmineKhaldi
Copy link

And another bug uncovered - this time it's in the in memory db test change - Chia-Network/chia-blockchain#16637:

ImportError while loading conftest '/home/runner/work/CAT-admin-tool/CAT-admin-tool/tests/conftest.py'.
tests/conftest.py:6: in <module>
    from chia.simulator.setup_nodes import setup_simulators_and_wallets_service
venv/lib/python3.10/site-packages/chia/simulator/setup_nodes.py:24: in <module>
    from chia.simulator.setup_services import (
venv/lib/python3.10/site-packages/chia/simulator/setup_services.py:57: in <module>
    from tests.util.db_connection import generate_in_memory_db_uri
E   ModuleNotFoundError: No module named 'tests'
Error: Process completed with exit code 4.

I sent an addendum PR #16752, shortly after the original PR #16637, that should address this.

@hoffmang9 hoffmang9 closed this Nov 9, 2023
@hoffmang9 hoffmang9 reopened this Nov 9, 2023
@hoffmang9 hoffmang9 marked this pull request as ready for review November 9, 2023 20:11
Copy link

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

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

aok

@hoffmang9 hoffmang9 merged commit 9173aa3 into main Dec 14, 2023
5 checks passed
@hoffmang9 hoffmang9 deleted the hoffmang-nightly branch December 14, 2023 20:58
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.

4 participants