Skip to content

Commit

Permalink
disable tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Dec 19, 2024
1 parent 87c940b commit b4e3451
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
test_change_in_30_day_developer_activity_to_artifact_over_2_period_window_full_time_devs:
# Tests rolling count of active days when the user is active 4 of the 5 days
# in the test interval
gateway: local
model: metrics.change_in_developer_activity_to_artifact_over_30_day_window
vars:
start: 2024-01-31
end: 2024-01-31
inputs:
metrics.developer_classifications_to_artifact_over_30_day_window:
rows:
- to_artifact_id: repo_0
from_artifact_id: null
event_source: SOURCE_PROVIDER
metrics_sample_date: 2024-01-01
metric: full_time_developers_over_30_day_window
amount: 30
- to_artifact_id: repo_0
from_artifact_id: null
event_source: SOURCE_PROVIDER
metrics_sample_date: 2024-01-31
metric: full_time_developers_over_30_day_window
amount: 10
outputs:
partial: true
query:
partial: true
rows:
- metrics_sample_date: 2024-01-31
to_artifact_id: repo_0
from_artifact_id: ""
amount: -20

This file was deleted.

0 comments on commit b4e3451

Please sign in to comment.