Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29536

Remove restriction preventing non time based Loadrunner scenarios from running

XMLWordPrintable

      The plugin currently checks that a scenario is time based in PerformanceTestRunner.cs and only allows these to run. Remove this restriction so that scenarios can run until completion.

      This is important for CI scenarios.

      This item is created at the request of Avishai.

      //validate that scenario has time limited schedule:
      if (!scenario.DoesScenarioHaveLimitedSchedule(out errorReason))

      { //error message in errorReason return false; }

            rolandomihaivlad Rolando-Mihai Vlad
            eschumac Eric Schumacher
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: