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

VScode testing broke - no debug logs - runs infinite loop #24663

Closed
surapuramakhil opened this issue Dec 27, 2024 · 3 comments
Closed

VScode testing broke - no debug logs - runs infinite loop #24663

surapuramakhil opened this issue Dec 27, 2024 · 3 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@surapuramakhil
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

Version: 1.96.2 (Universal)
Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f
Date: 2024-12-19T10:22:47.216Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.1.0

Steps to Reproduce:

  1. clone my OSS fork repo https://github.com/surapuramakhil/Job_hunt_assistant
  2. open project on vs code
  3. checkout to my working branch - ft_lever_ats
  4. go to testing

logs

2024-12-27 08:44:42.776 [info] ============================= test session starts ==============================
platform darwin -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /Users/akhilsurapuram/openSource/myContirubtions/clean_linkedIN/Auto_Jobs_Applier_AI_Agent
configfile: pytest.ini
plugins: cov-6.0.0, env-1.1.5, anyio-4.7.0, mock-3.14.0

2024-12-27 08:44:43.397 [info] Starting Pylance language server.
2024-12-27 08:44:44.006 [info] collected 47 items


2024-12-27 08:44:44.006 [info] <Dir Auto_Jobs_Applier_AI_Agent>
  <Dir tests>
    <Package integration>
      <Module test_integration_tests.py>
        <Function test_dummy>
      <Module test_web_search_engine_integration.py>
        <Function test_google_search_engine_integration>
        <Function test_bing_search_engine_integration>
        <Function test_brave_search_engine_integration>
    <Package unit>
      <Module test_aihawk_bot_facade.py>
        <Function test_bot_functionality>
      <Module test_job_application_profile.py>
        <Function test_initialize_with_valid_yaml>
        <Function test_initialize_with_missing_field>
        <Function test_initialize_with_invalid_yaml>
        <Function test_str_representation>
      <Module test_linkedIn_authenticator.py>
        <Function test_handle_login>
        <Function test_enter_credentials_success>
        <Function test_is_logged_in_true>
        <Function test_is_logged_in_false>
        <Function test_is_logged_in_partial_keyword>
        <Function test_is_logged_in_no_linkedin>
        <Function test_handle_security_check_success>
        <Function test_handle_security_check_timeout>
      <Module test_regex_utils.py>
        <Function test_is_blacklisted[Data Engineer-Tech Corp-link1-USA-True]>
        <Function test_is_blacklisted[Data Engineer (Gen AI)-Tech Corp-link2-USA-True]>
        <Function test_is_blacklisted[Senior Data Engineer-Tech Corp-link3-USA-True]>
        <Function test_is_blacklisted[Engineer, Data-Tech Corp-link4-USA-True]>
        <Function test_is_blacklisted[Data-Engineer-Tech Corp-link5-USA-True]>
        <Function test_is_blacklisted[Data & Engineer-Tech Corp-link6-USA-True]>

2024-12-27 08:44:44.006 [info]         <Function test_is_blacklisted[Project Manager-Tech Corp-link7-Brazil-True]>
        <Function test_is_blacklisted[Project Manager-Tech Corp-link8-Rio de Janeiro, Brazil-True]>
        <Function test_is_blacklisted[Project Manager-Tech Corp-link9-S\xe3o Paulo - Brazil-True]>
        <Function test_is_blacklisted[Project Manager-Tech Corp-link10-Brazil, South America-True]>
        <Function test_is_blacklisted[Marketing Specialist-ABC Corp-link11-USA-True]>
        <Function test_is_blacklisted[Marketing Specialist-ABC Corporation-link12-USA-False]>
        <Function test_is_blacklisted[Marketing Specialist-ABC CORP-link13-USA-True]>
        <Function test_is_blacklisted[Marketing Specialist-DEF Corp-link14-USA-True]>
        <Function test_is_blacklisted[Software Developer-Tech Corp-link15-USA-False]>
        <Function test_is_blacklisted[Product Engineer-XYZ Ltd-link16-Canada-False]>
        <Function test_is_blacklisted[Data Science Specialist-DEF Corp-link17-USA-False]>
        <Function test_is_blacklisted[Project Manager-GHI Inc-link18-Argentina-False]>
        <Function test_is_blacklisted[Operations Manager-ABC Technology-link19-USA-False]>
      <Module test_utils.py>
        <Function test_ensure_chrome_profile>
        <Function test_is_scrollable>
        <Function test_scroll_slow>
        <Function test_scroll_slow_element_not_scrollable>
        <Function test_chrome_browser_options>
      <Module test_web_search_engine.py>
        <Function test_google_search_engine>
        <Function test_bing_search_engine>

2024-12-27 08:44:44.006 [info]         <Function test_brave_search_engine>
      <Module test_web_search_engine_factory.py>
        <Function test_web_search_engine_factory>
        <Function test_web_search_engine_factory_singleton>
        <Function test_web_search_engine_factory_allowed_engines>

after that no logs

@lgouvea
Copy link

lgouvea commented Dec 27, 2024

im having the same issue

@michaelromero
Copy link

michaelromero commented Dec 27, 2024

My tests are also broken now -- unable to run the discovery process
Image

this is happening in all of my local repos

looks like I'm on the same everything as the author

Version: 1.96.2 (Universal)
Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f
Date: 2024-12-19T10:22:47.216Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.1.0

@lusacramento
Copy link

I have the same problem.

@sbatten sbatten assigned connor4312 and unassigned roblourens Dec 28, 2024
@karthiknadig karthiknadig transferred this issue from microsoft/vscode Dec 28, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

8 participants