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

The Windows tests fail, but the CI passes #2624

Open
certik opened this issue Mar 24, 2024 · 2 comments
Open

The Windows tests fail, but the CI passes #2624

certik opened this issue Mar 24, 2024 · 2 comments

Comments

@certik
Copy link
Contributor

certik commented Mar 24, 2024

https://github.com/lcompilers/lpython/actions/runs/8403614204/job/23014303486#step:13:1875

@certik
Copy link
Contributor Author

certik commented Mar 24, 2024

The same error happens in LFortran also. However, it seems it might be some bug in deallocation in xonsh, not necessarily meaning that our LPython tests are failing.

Exception ignored in: <function _removeHandlerRef at 0x000001E4706F9EA0>
Traceback (most recent call last):
  File "C:\Miniconda\envs\test\lib\logging\__init__.py", line 836, in _removeHandlerRef
  File "C:\Miniconda\envs\test\lib\site-packages\xonsh\tracer.py", line 87, in trace
TypeError: 'NoneType' object is not callable

@Shaikh-Ubaid
Copy link
Collaborator

I think it is related to multi-processing. Shall we try running tests on windows serially?

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

No branches or pull requests

2 participants