ansys / pymapdl

Pythonic interface to MAPDL

Home Page:https://mapdl.docs.pyansys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows tests failing

germa89 opened this issue · comments

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)