Hey I am trying to login to the…

Hey, I am trying to login to the Unit Tests Trac, so that I can reply to a ticket there, but /login redirects to https://core.trac.wordpress.org/log/tests.

Was this by design? I would prefer to reply to active tickets there until we migrate the conversations to the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/..

#trac, #unit-tests

We are starting a new code sprint today…

We are starting a new code sprint today to re-do our existing unit-tests framework. In order for this to be successful we need to raise the visibility of the unit tests commits, which we’d like to do by pushing them over the same wire as coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. commits.

1. Can I get a deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. on deploy repo revision 3744, which switches TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. notification emails from wp-unit-tests@lists.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ to wp-trac@lists.automattic.com?

2. Can svn notify commit emails for unit-tests.svn.wordpress.org be re-routed from wp-unit-tests@lists.wordpress.org to wp-svn@lists.automattic.com? (There is no need to continue to send to both lists.) Can the -P subject prefix argument for svn notify please be set to -P [Tests]?

#mailing-lists, #request, #unit-tests

Requests for the Unit Tests Trac and SVN repo

1. wp-unit-tests@lists.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ currently receives both TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. emails and commit emails. We’d like to keep that, but also push all UT Trac emails to wp-trac@lists.automattic.com, and all SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. notify emails for the UT repo to wp-svn@lists.automattic.com.

2. The UT Trac install will need some configuration. While I don’t care it’s “My example project,” the ticket and instance URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org are missing in the current Trac emails.

3. The current SVN notify emails from UT are missing the clickable revision number.

4. We’d like to deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. the existing WordPress.org Trac modifications (site.htmlHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites., keywords.js, keywords.css, keywords-x.gif) to the unit tests Trac. As it’s missing a project logo, can we have coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Trac’s logo as well?

Thanks!

#mailing-lists, #trac, #unit-tests

Please can you update the PHP linting on…

Please can you update the PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. linting on the unit-tests repo to PHP 5.3 or disable it entirely?

We have test cases for actions with closures and now I can change the file 🙂

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.01 $ svn diff

Property changes on: test_actions.php
___________________________________________________________________
Added: svn:eol-style
+ native

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.09 $ svn ci -m “Set svn:eol-style native”
Sending wp-testcase/test_actions.php
Transmitting file data .svn: Commit failed (details follow):
svn: Commit blocked by pre-commit hook (exit code 1) with output:

***********************************
PHP error in: wp-testcase/test_actions.php:

Parse error: syntax error, unexpected T_FUNCTION in wp-testcase/test_actions.php on line 268
Errors parsing wp-testcase/test_actions.php
***********************************

peter@atom (wireless.ftwr.co.uk) wp-testcase 1 0.07 $

#unit-tests

Getting errors on commit to the unit-tes…

Getting errors on commit to the unit-tests svn:

peterwestwood@Peter-Westwoods-MacBook-Pro (peterwestwood ttys005 May 6 12:17 ) wp-testcase 1 $ svn ci -m “Remove erroneous svn:executable properties”
Sending wp-testcase/test_shortcode.php
Sending wp-testcase/test_user_capabilities.php
svn: Commit failed (details follow):
svn: MERGE of ‘/wp-testcase’: 200 OK (https://unit-tests.svn.wordpress.org)

The commit does go through though – https://unit-tests.trac.wordpress.org/changeset/348

#unit-tests

Now that we are seeing more activity fro…

Now that we are seeing more activity from more developers in the Unit Tests tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. please can we have a mailing list setup which receives:

  • SVN::Notify emails for svn commits – aka what wp-svn gets for WordPress
  • All the general emails that trac generates for ticket changes – aka what wp-trac gets for WordPress

I think one email list with both combined is fine.

#svn, #trac, #unit-tests