Create a tool to detect catch point for AssertException from the provided stack trace

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Query Execution
    • Fully Compatible
    • QE 2025-09-15, QE 2025-09-29
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      For any invariant we need a tool that'd tell us if invariant can be replaced by throwing an AssertionException and if that'd guarantee that the operation won't continue execution but rather terminate and dispose OperationContext.

      For that we need to sample as many stack traces from all the invariants across the query code base as we can and for each invariant check if there is any frame on any of its stack traces after the CommandInvocation::run or equivalent method that catches AssertionException.

       

            Assignee:
            Catalin Sumanaru
            Reporter:
            Serhii Lysenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: