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

Enable activities pending specs, address flakiness #17197

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    e4ffe89 View commit details
    Browse the repository at this point in the history
  2. Remove wp re-visit request, just wait for (sped up) polling

    Else the following error can be raised: *_when running within docker containers_
    
    ```
     Work package activity notification bubble when admin is visiting the work package removes the notification bubble after the comment is read
         Failure/Error: visit path
    
         Ferrum::PendingConnectionsError:
           Request to http://backend-test:3000/projects/myproject_no_29/work_packages/214/activity reached server, but there are still pending connections: http://backend-test:3000/api/v3/users/586/avatar, http://backend-test:3000/api/v3/users/587/avatar, http://backend-test:3000/api/v3/users/588/avatar
    ```
    akabiru committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2770697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b6ae2 View commit details
    Browse the repository at this point in the history