Joal has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/342876 )

Change subject: Change keyspace name to project_v2 in fake data script
......................................................................


Change keyspace name to project_v2 in fake data script

Bug: T156312
Change-Id: Idda0bf4d0e1b45fcb725bc4578ba185625db95f3
---
M scripts/insert_monitoring_fake_data.cql
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Joal: Verified; Looks good to me, approved



diff --git a/scripts/insert_monitoring_fake_data.cql 
b/scripts/insert_monitoring_fake_data.cql
index 5130c21..1d1bb45 100644
--- a/scripts/insert_monitoring_fake_data.cql
+++ b/scripts/insert_monitoring_fake_data.cql
@@ -11,7 +11,7 @@
 -- Test URL: 
localhost:7232/analytics.wikimedia.org/v1/pageviews/aggregate/en.wikipedia/all-access/all-agents/hourly/1970010100/1970010100
 -- Expected result: 
{"items":[{"project":"en.wikipedia","access":"all-access","agent":"all-agents","granularity":"hourly","timestamp":"1970010100","views":0}]}
 
-INSERT INTO "local_group_default_T_pageviews_per_project"."data" (
+INSERT INTO "local_group_default_T_pageviews_per_project_v2"."data" (
   "_domain", project, access, agent, granularity, timestamp, "_tid", "_del", 
views, v
 ) VALUES (
     'analytics.wikimedia.org', 'en.wikipedia', 'all-access', 'all-agents', 
'hourly', '1970010100', minTimeuuid('1970-01-01'), null, 0, 0

-- 
To view, visit https://gerrit.wikimedia.org/r/342876
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idda0bf4d0e1b45fcb725bc4578ba185625db95f3
Gerrit-PatchSet: 1
Gerrit-Project: analytics/aqs/deploy
Gerrit-Branch: master
Gerrit-Owner: Fdans <[email protected]>
Gerrit-Reviewer: Joal <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to