Skip to content

Track unique number of test cases parsed

Erick Bajao requested to merge eb-unit-tests-parsed-usage-ping into master

What does this MR do?

Solves #238604 (closed)

Adds a new event test_case_parsed which is tracked using HLL Redis Counter to be able to count the unique number of test cases parsed weekly.

The counter is included under the redis_hll_counters of the usage ping payload like:

"redis_hll_counters": {
    ...

    "testing": {
      "i_testing_test_case_parsed": 3
    }
}

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Erick Bajao

Merge request reports