I signed for contributed module testing for Clock module (#689990: Contrib projects to be included in beta stage of automated testing for modules) a couple weeks ago.
Initially I had some problems with the testing, because I had not tagged all the files correctly, and think my problem might be related to that.
I have since cleaned everything up, and there are now three branches, which all contain the correct files:
DRUPAL-6--1 (Simpletest link)
DRUPAL-7--1 (Simpletest link)
HEAD (Simpletest link)
The last two are currently identical.
I have two problems:
- As you can see in the link of the DRUPAL-6--1 branch, it is called "Clock - HEAD" on qa.drupal.org, just like the real HEAD, which is obviously not correct. It shows the right branch in the "Identifier" field, and it does grab the correct files, so it's not really a problem for me, but something must be going wrong. Note that (I think!) that when I initially signed up, DRUPAL-6--1 was HEAD, so it might just be, that some cache is not being updated, etc.
- Even though there have been commits recently (to fix the tests...) in the DRUPAL-7--1 branch, it is not being retested. Previously it would get retested right after every commit, but it seems, that has just stopped. I don't know if some configuration has been changed to only test e.g. once a week, in which case this would be a non-issue (the first commit after a long time, is not yet a week ago).
I marked this as minor, because it is not stopping development in any way, because Date API, which Clock module depends on, currently has broken tests, so that the tests would not pass anyway, but since I cannot for the life of me figure out, what I'm doing wrong, I thought I should report it.
Thanks!
Comments
Comment #1
tstoecklerThis seems to have been fixed (see the links above, that now show everything as it should be).
For reference, There have just been a lot of fixes/clean-up in Date module, which Clock module depends on, so it might be related to that.
Comment #3
tstoecklerFor whatever reason this re-surfaced:
http://qa.drupal.org/pifr/test/47673
It seems that the required Date package was not being fetched.
Comment #4
tstoecklerRelated issue (maybe/probably): #102102: Parse project .info files: present module list and dependency information
Comment #5
eliza411 commentedClosing old issues. Please re-open if needed.