Tests pending pull requests

Build: #3740 failed Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Andreas Fischer <bantu@phpbb.com>

    Andreas Fischer <bantu@phpbb.com> 17928563a2a265f4b70feef64e5030ea3c602269

    Merge pull request #3093 from nickvergessen/ticket/13241
    [ticket/13241] Fix pagination of viewforum with global announcements

    * nickvergessen/ticket/13241:
      [ticket/13241] Remove sleep() and change flood interval instead
      [ticket/13241] Remove sleep() since the method takes care of this now
      [ticket/13241] Sleep for 1 second when posting twice in the same second
      [ticket/13241] Fix pagination with global announcements
      [ticket/13241] Correctly ignore announcements from topics list
      [ticket/13241] Add a functional test for viewforum with global announcement

  • Andreas Fischer <bantu@phpbb.com>

    Andreas Fischer <bantu@phpbb.com> bb4f65d74386acbc7940bdebfb7f4082e295843c

    Merge pull request #3076 from marc1706/ticket/12703
    [ticket/12703] Only query database for subscription types once

    * marc1706/ticket/12703:
      [ticket/12703] Only query database for subscription types once

  • Andreas Fischer <bantu@phpbb.com>

    Andreas Fischer <bantu@phpbb.com> 932b75c166500c6a8a1dc324f1b678dc33780e06

    Merge pull request #3065 from dhruvgoel92/feature/phantom
    [feature/phantom]

    * dhruvgoel92/feature/phantom:
      [ticket/12962] Rename setup-phpbb-test
      [ticket/12962] Use phpVersion in phpunit.xml
      [ticket/12962] Functional tests run for php <5.3.19
      [ticket/12962] Clean up composer.json
      [ticket/12962] Fix Line Endings in bootstrap
      [ticket/12962] Load composer test dependencies for php >= 5.3.19
      [ticket/12962] bootstrap functional and ui test when php >5.3.19
      [ticket/12962] Install test dependencies on travis
      [ticket/12962] Add facebook/webdriver dependency
      [ticket/12962] Fix whitespace characters
      [ticket/12962] Run tests for all databases on Travis
      [ticket/12962] Force language=en for UI tests installation
      [ticket/12962] Dump server output to /dev/null
      [ticket/12962] Start phantomjs on travis in background
      [ticket/12962] Mark test skipped when phantom server not running
      [ticket/12962] Add setup-phantomjs-server.sh
      [ticket/12962] Run UI tests on Travis-mysql
      [ticket/12962] Add UI tests to phpunit.xml.dist
      [ticket/12962] Add quick-links JS test
      [ticket/12962] Add initial class for ui_testing

  • Joas Schilling

    Joas Schilling 1787ccb5852e09566ba13040ad3f8ca53052e6dd

    [ticket/13241] Remove sleep() and change flood interval instead
    PHPBB3-13241

    • tests/functional/feed_test.php (version 1787ccb5852e09566ba13040ad3f8ca53052e6dd)
  • Joas Schilling

    Joas Schilling b868886b25ccf6228b31dd1e4950eba1b3a67243

    [ticket/13241] Remove sleep() since the method takes care of this now
    PHPBB3-13241

    • tests/functional/feed_test.php (version b868886b25ccf6228b31dd1e4950eba1b3a67243)
  • Joas Schilling

    Joas Schilling e42202e794e970342f4fd31c1436c7f061656826

    [ticket/13241] Sleep for 1 second when posting twice in the same second
    PHPBB3-13241

    • tests/test_framework/phpbb_functional_test_case.php (version e42202e794e970342f4fd31c1436c7f061656826)
    • tests/test_framework/phpbb_test_case.php (version e42202e794e970342f4fd31c1436c7f061656826)
  • Joas Schilling

    Joas Schilling 9ee177573dc838bf0c1cf800c72667a35af828e7

    [ticket/13241] Fix pagination with global announcements
    PHPBB3-13241

    • phpBB/viewforum.php (version 9ee177573dc838bf0c1cf800c72667a35af828e7)
  • Joas Schilling

    Joas Schilling ae6a3b03c4c0c46679cc60f597b1c425783cfcaf

    [ticket/13241] Correctly ignore announcements from topics list
    PHPBB3-13241

    • phpBB/viewforum.php (version ae6a3b03c4c0c46679cc60f597b1c425783cfcaf)
  • Joas Schilling

    Joas Schilling 82aed75b3bae09369c4eea49648c0293f823a02a

    [ticket/13241] Add a functional test for viewforum with global announcement
    PHPBB3-13241

    • tests/functional/viewforum_paging_test.php (version 82aed75b3bae09369c4eea49648c0293f823a02a)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 505ee586ff17a6e1a960cfee28c8c395da040629 m

    [ticket/12962] Rename setup-phpbb-test
    PHPBB3-12962

    • .travis.yml (version 505ee586ff17a6e1a960cfee28c8c395da040629)
    • travis/install-phpbb-test-dependencies.sh (version 505ee586ff17a6e1a960cfee28c8c395da040629)
    • travis/setup-phpbb-test.sh (version 505ee586ff17a6e1a960cfee28c8c395da040629)
    • travis/setup-phpbb.sh (version 505ee586ff17a6e1a960cfee28c8c395da040629)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316 m

    [ticket/12962] Use phpVersion in phpunit.xml
    PHPBB3-12962

    • .travis.yml (version cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316)
    • phpunit.xml.dist (version cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316)
    • tests/bootstrap.php (version cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> c6cca9d0d258fdbe832bba5d40a6e044e90ff873 m

    [ticket/12962] Functional tests run for php <5.3.19
    PHPBB3-12962

    • tests/bootstrap.php (version c6cca9d0d258fdbe832bba5d40a6e044e90ff873)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 98554475bee3d6fee17f24ef6c882f27b647668f m

    [ticket/12962] Clean up composer.json
    PHPBB3-12962

    • tests/composer.json (version 98554475bee3d6fee17f24ef6c882f27b647668f)
  • Marc

    Marc cb65cd363a2065b8e5a13eec5662c6aabc679cd9 m

    [ticket/12703] Only query database for subscription types once
    PHPBB3-12703

    • phpBB/phpbb/notification/manager.php (version cb65cd363a2065b8e5a13eec5662c6aabc679cd9)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 1c88a2cb25a162d111681956edbc0343491ed7d9 m

    [ticket/12962] Fix Line Endings in bootstrap
    PHPBB3-12962

    • tests/bootstrap.php (version 1c88a2cb25a162d111681956edbc0343491ed7d9)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> e78210dc96e9b2d0c6318a77406e60f30f37b50f m

    [ticket/12962] Load composer test dependencies for php >= 5.3.19
    PHPBB3-12962

    • travis/setup-phpbb.sh (version e78210dc96e9b2d0c6318a77406e60f30f37b50f)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 29ffddee71e21751ce1e108dd486642caf2d75bf m

    [ticket/12962] bootstrap functional and ui test when php >5.3.19
    PHPBB3-12962

    • tests/bootstrap.php (version 29ffddee71e21751ce1e108dd486642caf2d75bf)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 7fa596a991add3e47c7e5a7033256073f1a50198 m

    [ticket/12962] Install test dependencies on travis
    PHPBB3-12962

    • travis/setup-phpbb-test.sh (version 7fa596a991add3e47c7e5a7033256073f1a50198)
    • travis/setup-phpbb.sh (version 7fa596a991add3e47c7e5a7033256073f1a50198)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7 m

    [ticket/12962] Add facebook/webdriver dependency
    Create a new composer.json for tests dir and add
    facebook/webdriver dependency

    PHPBB3-12962

    • .gitignore (version 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7)
    • tests/composer.json (version 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7)
    • tests/composer.lock (version 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7)
    • tests/test_framework/phpbb_ui_test_case.php (version 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> a1dff65cd1872fd239c0e78949a5924ee6784a34 m

    [ticket/12962] Fix whitespace characters
    PHPBB3-12962

    • tests/test_framework/phpbb_ui_test_case.php (version a1dff65cd1872fd239c0e78949a5924ee6784a34)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> a2627e8790733f59339cea8e451d4b2183986288 m

    [ticket/12962] Run tests for all databases on Travis
    PHPBB3-12962

    • travis/phpunit-mariadb-travis.xml (version a2627e8790733f59339cea8e451d4b2183986288)
    • travis/phpunit-mysqli-travis.xml (version a2627e8790733f59339cea8e451d4b2183986288)
    • travis/phpunit-postgres-travis.xml (version a2627e8790733f59339cea8e451d4b2183986288)
    • travis/phpunit-sqlite3-travis.xml (version a2627e8790733f59339cea8e451d4b2183986288)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 20dfb23dd437c15999f8886bf17096606525bb27 m

    [ticket/12962] Force language=en for UI tests installation
    PHPBB3-12962

    • tests/test_framework/phpbb_ui_test_case.php (version 20dfb23dd437c15999f8886bf17096606525bb27)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> d1935b0b0bd2df9dab6e8eefdfedbec8653270fb m

    [ticket/12962] Dump server output to /dev/null
    PHPBB3-12962

    • .travis.yml (version d1935b0b0bd2df9dab6e8eefdfedbec8653270fb)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 039b466bd036d1193bc638a37458bb5b85541dd5 m

    [ticket/12962] Start phantomjs on travis in background
    PHPBB3-12962

    • .travis.yml (version 039b466bd036d1193bc638a37458bb5b85541dd5)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> c371e86fa1a640661a47b1d4871f4ea7730f727f m

    [ticket/12962] Mark test skipped when phantom server not running
    PHPBB3-12962

    • .travis.yml (version c371e86fa1a640661a47b1d4871f4ea7730f727f)
    • tests/test_framework/phpbb_ui_test_case.php (version c371e86fa1a640661a47b1d4871f4ea7730f727f)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 8d0933ca4bf2724f7a67471edb6b5efe2cdc02e1 m

    [ticket/12962] Add setup-phantomjs-server.sh
    PHPBB3-12962

    • .travis.yml (version 8d0933ca4bf2724f7a67471edb6b5efe2cdc02e1)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 6de352f7daa5d59c478ac31168d1a0220f7616a8 m

    [ticket/12962] Run UI tests on Travis-mysql
    PHPBB3-12962

    • .travis.yml (version 6de352f7daa5d59c478ac31168d1a0220f7616a8)
    • travis/phpunit-mysql-travis.xml (version 6de352f7daa5d59c478ac31168d1a0220f7616a8)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> c0d3cf6a279645c5bb9aac334c241302a21f557a m

    [ticket/12962] Add UI tests to phpunit.xml.dist
    PHPBB3-12962

    • phpunit.xml.dist (version c0d3cf6a279645c5bb9aac334c241302a21f557a)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> f21ef60175ce5a5744231410c18f1c4a701a17ab m

    [ticket/12962] Add quick-links JS test
    PHPBB3-12962

    • tests/bootstrap.php (version f21ef60175ce5a5744231410c18f1c4a701a17ab)
    • tests/test_framework/phpbb_ui_test_case.php (version f21ef60175ce5a5744231410c18f1c4a701a17ab)
    • tests/ui/quick_links_test.php (version f21ef60175ce5a5744231410c18f1c4a701a17ab)
  • Dhruv <dhruv.goel92@gmail.com>

    Dhruv <dhruv.goel92@gmail.com> 77f8bb48fedf0e1afad3a98655aed94c21ae863c m

    [ticket/12962] Add initial class for ui_testing
    PHPBB3-12962

    • tests/test_framework/phpbb_ui_test_case.php (version 77f8bb48fedf0e1afad3a98655aed94c21ae863c)