Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-2683

Test Coverage: OVN northd takes long time to create multiple datapaths in a single iteration

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • OVN
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      ( ) The test coverage is aligned with the epic's acceptance criteria

      Show
      ( ) The test coverage is aligned with the epic's acceptance criteria
    • rhel-9
    • None

      This task is tracking the test case writing activities to cover the bug described below.

       Problem Description: Clearly explain the issue.

      After fixing the issue reported in FDP-2643, OVN northd will require a long time to create multiple (e.g. 4096) logical datapaths (e.g. Logical routers) in a single iteration

       Impact Assessment: Describe the severity and impact (e.g., network down,availability of a workaround, etc.).

       

       Software Versions: Specify the exact versions in use (e.g.,openvswitch3.1-3.1.0-147.el8fdp).

      OVN main and OVN 25.09

        Issue Type: Indicate whether this is a new issue or a regression (if a regression, state the last known working version).

      regression

       Reproducibility: Confirm if the issue can be reproduced consistently. If not, describe how often it occurs.

      always

       Reproduction Steps: Provide detailed steps or scripts to replicate the issue.

      cmd=""
      for i in {1..4096..1}; do
          cmd="${cmd} -- lr-add lr-${i}"
          if test $(($i % 100)) -eq 0; then
              ovn-nbctl $cmd
              cmd=""
          fi
      done
      ovn-nbctl --wait=sb $cmd 

       Expected Behavior: Describe what should happen under normal circumstances.

       

       Observed Behavior: Explain what actually happens.

       

       Troubleshooting Actions: Outline the steps taken to diagnose or resolve the issue so far.

       

       Logs: If you collected logs please provide them (e.g. sos report, /var/log/openvswitch/* , testpmd console)

              ovnteam@redhat.com OVN Team
              nstbot NST Bot
              OVN QE OVN QE
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: