Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S spiir
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 73
    • Issues 73
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lscsoft
  • spiir
  • Merge requests
  • !5

[SPIIP-77] Treat 'negative_latency' as zero if not specified.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Patrick Clearwater requested to merge pwc_neglat_default into master Jul 15, 2020
  • Overview 1
  • Commits 60
  • Pipelines 0
  • Changes 39

This allows the up-to-date version of the code to read older bank files.

The code before the change is (roughly):

for root in (list of possible roots):
    negative_latency = get_from(root)

which means that we always get the last negative latency from that list... not sure if this behaviour is documented anywhere (or whether it applies), but I’ve preserved that.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pwc_neglat_default