Uploaded image for project: 'Couchbase Mobile'
  1. Couchbase Mobile
  2. CM-417

.net api query teardown failed

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Done
    • Major
    • None
    • None
    • CouchbaseLite

    Description

       

      http://uberjenkins.sc.couchbase.com:8080/job/CBLITE_Net-windows-TestSever-Query-tests/245/testReport/testsuites.CBLTester.CBL_Functional_tests.SuiteSetup_FunctionalTests/test_query/test_query_arthimetic/

       

       

      self = <Response [400]> def raise_for_status(self): """Raises stored :class:`HTTPError`, if one occurred.""" http_error_msg = '' if isinstance(self.reason, bytes): # We attempt to decode utf-8 first because some servers # choose to localize their reason strings. If the string # isn't utf-8, we fall back to iso-8859-1 for all other # encodings. (See PR #3538) try: reason = self.reason.decode('utf-8') except UnicodeDecodeError: reason = self.reason.decode('iso-8859-1') else: reason = self.reason if 400 <= self.status_code < 500: http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) elif 500 <= self.status_code < 600: http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url) if http_error_msg: > raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 400 Client Error: Bad Request for url:

      http://10.100.161.140:8080/flushMemory

      venv/lib/python3.6/site-packages/requests/models.py:939: HTTPError During handling of the above exception, another exception occurred:

      Attachments

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

        Activity

          People

            manasa.ghanta Manasa Ghanta (Inactive)
            manasa.ghanta Manasa Ghanta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty