Uploaded image for project: 'tsdr'
  1. tsdr
  2. TSDR-80

TSDRQueryandNBITest failing 500 error

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • None
    • None
    • None

    Description

         

      Glassfish is returning status 500, internal server erro.

      Anyone have a guess at why? The other tests like this do not fail.

      This test was commented out and this ticket opened so we can fix the test.

      @Test
          public void testQueryForMetrics()

      {         String result = target("/metrics/query").queryParam("tsdrkey", "[NID=127.0.0.1]")                 .queryParam("from","0")                 .queryParam("until","" + Long.MAX_VALUE).request().get(String.class);         Assert.assertNotNull(result);         Assert.assertTrue(result.indexOf("NodeTest") != -1);     }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            scottmelton Scott Melton
            scottmelton Scott Melton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: