Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • MC Job Options MC Job Options
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-physics
  • pmg
  • MC Job OptionsMC Job Options
  • Merge requests
  • !664

Merged
Created Sep 13, 2020 by Spyros Argyropoulos@sargyropMaintainer

Check if inputGeneratorFiles size matches inputFilesPerJob

  • Overview 1
  • Commits 7
  • Pipelines 3
  • Changes 1

Changes introduced

logParser will count how many input files are used using the printout

11:57:45 Py:Gen_tf            INFO inputGeneratorFile used ...

and will compare against

11:59:47 Py:Gen_tf            INFO            .inputFilesPerJob = 0 

If the numbers are not the same an error will be thrown.

Tests

Test that the test catches a problematic case:

ATLMCPROD-8716

Screenshot_2020-09-13_at_18.35.13

Test that the test passes when the number of files matches

Passes when I put

11:59:47 Py:Gen_tf            INFO            .inputFilesPerJob = 23   	# (Integer) number of input files per job. Possible values: value >= 0

in log.generate

Test that the code works with setups where inputGeneratorFile is empty

Passes with the log that Chris provided (no errors)
Screenshot_2020-09-14_at_09.45.17

Issues resolved

Closes #

Edited Sep 14, 2020 by Spyros Argyropoulos
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: inputfiles