Skip to content

GitLab

  • Menu
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 144
    • Merge requests 144
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !28603

check_log.py: Improve stack trace pattern matching

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rafal Bielski requested to merge rbielski/athena:checklog-traceback into master Dec 06, 2019
  • Overview 29
  • Commits 2
  • Pipelines 2
  • Changes 1

This fixes the issue where we got no stack trace printed to check_log output for the issue reported in ATR-20657. The problem was that the "stack trace" pattern was missing from the traceback keyword list. The keyword is now added and instead of duplicating the entries in errorRegex, we now just import traceback into errorRegex.

Another change added as requested in the discussion: patterns which are searched for are only printed if --printpatterns option is specified.

Edited Dec 09, 2019 by Rafal Bielski
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: checklog-traceback