diff --git a/warehouse/metrics_mesh/disabled-tests/test_change_in_developers_over_window.yml b/warehouse/metrics_mesh/disabled-tests/test_change_in_developers_over_window.yml new file mode 100644 index 000000000..4b4a84497 --- /dev/null +++ b/warehouse/metrics_mesh/disabled-tests/test_change_in_developers_over_window.yml @@ -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 + diff --git a/warehouse/metrics_mesh/tests/test_change_in_developers_over_window.yml b/warehouse/metrics_mesh/tests/test_change_in_developers_over_window.yml deleted file mode 100644 index 44d748f70..000000000 --- a/warehouse/metrics_mesh/tests/test_change_in_developers_over_window.yml +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -