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

Windows tests failing #2916

Closed
20 tasks done
germa89 opened this issue Mar 19, 2024 · 0 comments · Fixed by #2918
Closed
20 tasks done

Windows tests failing #2916

germa89 opened this issue Mar 19, 2024 · 0 comments · Fixed by #2918
Assignees

Comments

@germa89
Copy link
Collaborator

germa89 commented Mar 19, 2024

PyMAPDL Pytest short summary

  • [FAILED] test_launch_mapdl_cli[None] - E AttributeError: 'MonkeyPatch' object has no attribute 'unset'
  • [FAILED] test_launch_mapdl_cli[True] - E AssertionError: assert 'Success: Launched an MAPDL instance ' in ''
  • [FAILED] test_launch_mapdl_cli[False] - E AssertionError: assert 'Success: Launched an MAPDL instance ' in ''
  • [FAILED] test_detach_examples_submodule - E + SyntaxError: unterminated string literal (detected at line 1)
  • [FAILED] test_license_type_keyword - E ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance: The port 50052 is already used by an MAPDL instance.
  • [FAILED] test_license_type_keyword_names - E ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance: The port 50052 is already used by an MAPDL instance.
  • [FAILED] test_license_type_additional_switch - E ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance: The port 50052 is already used by an MAPDL instance.
  • [FAILED] test_launcher_start_instance[True] - E RuntimeError: Unable to extract Ansys version from
  • [FAILED] test_check_license_file - E ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance: The port 50052 is already used by an MAPDL instance.
  • [FAILED] test_inquire - E ValueError: The arguments (strarray='', func='ENV') are not valid.
  • [FAILED] test_cache_pids - E + where <class 'psutil.Process'> = psutil.Process
  • [FAILED] test_save_on_exit - E ansys.mapdl.core.errors.PortAlreadyInUseByAnMAPDLInstance: The port 50052 is already used by an MAPDL instance.
  • [FAILED] test_inquire_default - E ? ^ ^ ^ ^ ^ ^ ^ ^
  • [FAILED] test_lgwrite[--True-None] - E AssertionError: assert 'LGWRITE' in ''
  • [FAILED] test_lgwrite[-ext-True-comment] - E AssertionError: assert 'LGWRITE' in ''
  • [FAILED] test_lgwrite[mylog--False-None] - E AssertionError: assert '/OUT' in ''
  • [FAILED] test_heal - E AttributeError: 'NoneType' object has no attribute 'exit'
  • [FAILED] test_close - E >
  • [ERROR] test_get_file_path - E + where False = <ansys.mapdl.core.mapdl_grpc.MapdlGrpc object at 0x00000210564123D0>.is_local
  • [ERROR] test_remove_temp_dir_on_exit - E + where True = <ansys.mapdl.core.mapdl_grpc.MapdlGrpc object at 0x00000210564123D0>.is_local

18 failed, 1523 passed, 68 skipped, 2 xfailed, 3 xpassed, 13 warnings, 2 errors in 1043.15s (0:17:23)

@germa89 germa89 self-assigned this Mar 19, 2024
@germa89 germa89 added the BUG label Mar 19, 2024
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 a pull request may close this issue.

1 participant