Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3811

test_sequence_file_filtering_race running and failing against release builds

    XMLWordPrintableJSON

Details

    Description

      ==================================== ERRORS ====================================
       ERROR at setup of TestImpala3798.test_sequence_file_filtering_race[exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: text/none] 
      
      self = <test_seq_file_filtering.TestImpala3798 object at 0x52d0d90>
      method = <bound method TestImpala3798.test_sequence_file_filtering_race of <test_seq_file_filtering.TestImpala3798 object at 0x52d0d90>>
      
          def setup_method(self, method):
            cluster_args = list()
            for arg in [IMPALAD_ARGS, STATESTORED_ARGS, CATALOGD_ARGS]:
              if arg in method.func_dict:
                cluster_args.append("--%s=\"%s\" " % (arg, method.func_dict[arg]))
            # Start a clean new cluster before each test
      >     self._start_impala_cluster(cluster_args)
      
      common/custom_cluster_test_suite.py:92: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      common/custom_cluster_test_suite.py:115: in _start_impala_cluster
          check_call(cmd + options, close_fds=True)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      popenargs = (['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3...est/repos/Impala/logs/custom_cluster_tests', '--log_level=1', '--impalad_args="--skip_file_runtime_filtering=true" '],)
      kwargs = {'close_fds': True}, retcode = 1
      cmd = ['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3'...-test/repos/Impala/logs/custom_cluster_tests', '--log_level=1', '--impalad_args="--skip_file_runtime_filtering=true" ']
      
          def check_call(*popenargs, **kwargs):
              """Run command with arguments.  Wait for command to complete.  If
              the exit code was zero then return, otherwise raise
              CalledProcessError.  The CalledProcessError object will have the
              return code in the returncode attribute.
          
              The arguments are the same as for the Popen constructor.  Example:
          
              check_call(["ls", "-l"])
              """
              retcode = call(*popenargs, **kwargs)
              cmd = kwargs.get("args")
              if cmd is None:
                  cmd = popenargs[0]
              if retcode:
      >           raise CalledProcessError(retcode, cmd)
      E           CalledProcessError: Command '['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3', '--log_dir=/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests', '--log_level=1', '--impalad_args="--skip_file_runtime_filtering=true" ']' returned non-zero exit status 1
      
      /usr/lib64/python2.6/subprocess.py:505: CalledProcessError
      ---------------------------- Captured stdout setup -----------------------------
      Starting State Store logging to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/statestored.INFO
      Starting Catalog Service logging to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/catalogd.INFO
      Starting Impala Daemon logging to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/impalad.INFO
      Starting Impala Daemon logging to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/impalad_node1.INFO
      Starting Impala Daemon logging to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/impalad_node2.INFO
      Error starting cluster: Expected 3 impalad(s), only 0 found
      
      ---------------------------- Captured stderr setup -----------------------------
      MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
      MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
       generated xml file: /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests/results/TEST-impala-custom-cluster.xml 
      === 74 passed, 10 skipped, 5 xfailed, 3 warnings, 1 error in 3936.98 seconds ===
      Error in /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/tests/run-custom-cluster-tests.sh at line 38: impala-py.test custom_cluster/ authorization/ ${AUX_CUSTOM_DIR} \
      Error in /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/buildall.sh at line 407: ${IMPALA_HOME}/bin/run-all-tests.sh -e $EXPLORATION_STRATEGY
      

      Attachments

        Activity

          People

            mikeb Michael Brown
            mikeb Michael Brown
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: