<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 10/26/2015 08:34 PM, Nils Gladitz wrote:<br>
    <blockquote cite="mid:562E804F.4030804@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 26.10.2015 19:38, Zack Galbreath
        wrote:<br>
      </div>
      <blockquote
cite="mid:CANgkMA7jPg0pJkCMPNxV_H+iVVZYnm5xBg+rUUSX3K4GfDKNqA@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_extra"><br>
            <div class="gmail_extra"><br>
            </div>
            <div class="gmail_extra">I'm also running a  PostgreSQL
              submission (nix.kitware) and I'm not encountering the same
              failing tests that you are.  It looks like your site is
              failing during the install test, but further details are
              scarce.  If you get a chance, could you see if there's any
              relevant details in any of the error logs
              (CDash/PHP/postgres)?</div>
          </div>
        </div>
      </blockquote>
      <br>
      I have no idea what is going on there</blockquote>
    <br>
    I set up a new instance on a different machine for testing.<br>
    <br>
    One issue I found seems to be
    <a class="moz-txt-link-freetext" href="https://github.com/Kitware/CDash/blob/master/install.php#L114">https://github.com/Kitware/CDash/blob/master/install.php#L114</a><br>
    which in my case resulted in 'database "cdash" does not exist'.<br>
    <br>
    I think it tries the "cdash" database here because no database name
    was given and "cdash" happens to be the name of my database user; I
    assume it was working for you because in your case there was an
    existing database with the name of your user(?)<br>
    <br>
    pdo_select_db("$CDASH_DB_NAME") seems to help in my case but I don't
    know if that is the correct fix.<br>
    <br>
    On a somewhat related note the "install" test seems to falsely pass
    when using a user without database creation privileges:<br>
      test 1<br>
          Start 1: install<br>
    <br>
      1: Test command: /usr/bin/php
    "/var/www/html/CDash/tests/singletest.php"
    "/var/www/html/CDash/tests/test_install.php"<br>
      1: Test timeout computed to be: 1500<br>
      1: /var/www/html/CDash/tests/test_install.php<br>
      1: All Tests<br>
      1: Error connecting to host postgres database.<br>
      1: Tried names 'host' and 'postgres'<br>
      1: Error connecting to host postgres database.<br>
      1: Tried names 'host' and 'postgres'<br>
      1: Error File: /var/www/html/CDash/tests/test_install.php on line:
    34: error query(CREATE DATABASE)<br>
      1/1 Test #1: install ..........................   Passed    0.08
    sec<br>
    <br>
      The following tests passed:<br>
          install<br>
    <br>
    Nils<br>
  </body>
</html>