Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 181
    • Merge requests 181
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !56174

add heartbeat to TCT tests comparing many entries

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julien Maurer requested to merge jmaurer/athena:22.0-TCT-heartbeat into 22.0 Aug 24, 2022
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 4

ART grid jobs for some of the TCT tests (test_bulkProcessing_*) are regularly being killed by the pilot job due to apparent inactivity, which occurs because the diff-root comparison can last for a while and does not print anything to the log file until completed. With the changes from this MR, a dummy file will be regularly touched in parallel to hopefully keep the job alive for 5 hours regardless. This is likely temporary, until we get a better idea of the time taken by those comparisons (there is some variability) and maybe find a better way to address the problem --- reducing the number of compared entries is not a good idea since it would render the tests less sensitive to FT0Vs.

In addition the number of entries for the comparison to the fixed reference (instead of previous nightly) is reduced to 10 for the time being.

@pberta

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 22.0-TCT-heartbeat