Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.db.xm2vts bob.db.xm2vts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.db.xm2vtsbob.db.xm2vts
  • Issues
  • #2
Closed
Open
Issue created Mar 01, 2013 by André Anjos@andre.anjos💬Owner

The 'world' objects are a subset of the 'dev' objects

Created by: siebenkopf

I guess I found a severe bug in the implementation of the XM2VTS database. I think this is related to the group_replace_alias function.

The problem is that the 'world' objects:

world = db.objects(groups='world') seems to be a subset of the 'dev' objects: dev = db.objects(groups='dev') all(obj in dev for obj in world) True

A related problem is that the clients for 'world', 'dev', and 'eval' groups are identical:

len(db.clients()) 295 len(db.clients(groups='world')) 200 len(db.clients(groups='dev')) 200

Having a closer look, one can see that the clients are actually identical. I guess that this should not be the case.

Cheers Manuel

Assignee
Assign to
Time tracking