Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-2667] Review Test Coverage of New Metrics #7821

Closed
Tracked by #7498
peterallenwebb opened this issue Jun 7, 2023 · 3 comments
Closed
Tracked by #7498

[CT-2667] Review Test Coverage of New Metrics #7821

peterallenwebb opened this issue Jun 7, 2023 · 3 comments
Assignees
Labels
semantic Issues related to the semantic layer

Comments

@peterallenwebb
Copy link
Contributor

peterallenwebb commented Jun 7, 2023

During initial implementation of our new Metric objects, we were moving quickly and did not add as much testing as is needed to fully verify functionality and prevent regressions. Let's use this issue to do that.

@github-actions github-actions bot changed the title Improve Test Coverage of New Metrics [CT-2667] Improve Test Coverage of New Metrics Jun 7, 2023
@QMalcolm QMalcolm assigned QMalcolm and unassigned QMalcolm Jun 13, 2023
@jtcohen6 jtcohen6 changed the title [CT-2667] Improve Test Coverage of New Metrics [CT-2667] Review Test Coverage of New Metrics Jul 5, 2023
@jtcohen6
Copy link
Contributor

jtcohen6 commented Jul 5, 2023

This issue can be closed when:

  • reviewed the set of capabilities (and tests) we've added since initial implementation
  • created tickets for test cases that are still missing
  • added to current sprint for execution, or put into backlog if lower-priority

@QMalcolm QMalcolm added semantic Issues related to the semantic layer and removed MetricFlow labels Jul 18, 2023
@QMalcolm
Copy link
Contributor

The coverage of metrics is looking pretty good. This is mostly due to the fact that metrics node already existed, and thus many tests existed. We even enabled some tests that were previously @pytest.mark.skip-ed. Currently we have 19 active tests and 2 skipped under /tests/functional/metrics. We have another 17 tests which test the interactions of metrics with other nodes. However, there are some low hanging improvements we can make.

@QMalcolm
Copy link
Contributor

I've created #8134, #8135, and #8136 as follow on issues attached to the SemanticLayer 1.7 Epic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semantic Issues related to the semantic layer
Projects
None yet
Development

No branches or pull requests

3 participants