Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1812

ProfileTest assumes that graph implementations will not add their own steps

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • 3.2.6
    • 3.2.7, 3.3.1
    • process
    • None

    Description

      The following two tests check the number of steps in the traversal:
      g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX
      g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile

      This assumes that graph implementations add no steps to the traversal. They should probably be checking the structure of the traversal rather than the total number of steps. For instance that each step is followed by a profile step and that the profile side effect step and cap step are the last steps.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            bryncooke Bryn Cooke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: