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

feature/capgen: CI tests failing after latest merge (11/01) #411

Closed
climbfuji opened this issue Nov 1, 2021 · 5 comments
Closed

feature/capgen: CI tests failing after latest merge (11/01) #411

climbfuji opened this issue Nov 1, 2021 · 5 comments
Assignees
Labels

Comments

@climbfuji
Copy link
Collaborator

Description

Run export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
8
F...                                                                     [100%]
9
=================================== FAILURES ===================================
10
________________________ test_MetadataTable_parse_table ________________________
11

12
tmpdir = local('/tmp/pytest-of-runner/pytest-0/test_MetadataTable_parse_table0')
13

14
    def test_MetadataTable_parse_table(tmpdir):
15
        path = str(tmpdir.join("table.meta"))
16
        with open(path, "w") as f:
17
            f.write(example_table)
18
    
19
        metadata_headers = parse_metadata_file(path, known_ddts=registered_fortran_ddt_names(),
20
>                                                           logger=logging.getLogger(__name__))
21
E       TypeError: parse_metadata_file() got an unexpected keyword argument 'logger'
22

23
tests/test_metadata_parser.py:36: TypeError

I will try to find time to fix this later today or tomorrow.

@gold2718
Copy link
Collaborator

gold2718 commented Nov 1, 2021

I do not know anything about these CI tests. Why are there "CI" tests that are separate from the tests and unit tests we implemented as a group? What are they for?

@gold2718 gold2718 removed their assignment Nov 1, 2021
@climbfuji
Copy link
Collaborator Author

climbfuji commented Nov 1, 2021 via email

@climbfuji
Copy link
Collaborator Author

climbfuji commented Nov 1, 2021 via email

@gold2718
Copy link
Collaborator

gold2718 commented Nov 1, 2021

Not worried, just curious. The log for that file just shows you and Noah D. Brenowitz [email protected] (not sure who that is).

@climbfuji
Copy link
Collaborator Author

Closed via #412.

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

No branches or pull requests

2 participants