I'm testing a script to package Drupal modules from our svn repository and add version information (similar to the d.o packaging script) plus a module that implements hook_system_info_alter() and hook_update_status_alter().

I want to be sure that the correct module and version information is being transmitted to drupal.org in terms of making sure that the stats on drupal.org (hopefully made visible via project* module) are still collected correctly even when using modules from this packaging script and with and without the two _alter hooks running.

Adding this here to start - I'll add the actual queries below.

site key from wolanin
d990d85a6fcda72853eff65a5da7c735

from localhost:
7aa6fec886d819ddc4616602fce670d9

Comments

pwolanin’s picture

Status: Active » Postponed

ah, looking at the code, I see a new row is only added once per day - so let's wait until tomorrow so there are 2 entries per site to compare.

The queries to be run will be like:

SELECT * FROM project_usage_raw WHERE site_key = 'd990d85a6fcda72853eff65a5da7c735';
SELECT * FROM project_usage_raw WHERE site_key = '7aa6fec886d819ddc4616602fce670d9';
pwolanin’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Status: Postponed » Active

Actually this probably needs to be in the infra queue. Can someone run the queries above for me?

pwolanin’s picture

Status: Active » Fixed

killes ran this for me, since the above was not correct:

SELECT * FROM project_usage_day WHERE site_key='3c4d36fabacdd5527564e1efd97d49d1';
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.