surahman edited a comment on pull request #3735:
URL: https://github.com/apache/incubator-heron/pull/3735#issuecomment-968338155


   @thinker0 we have more PEX related errors, any insights? I have no 
experience with PEX or this part of the code base.
   
   ```bash
   ===> Starting heron integration_test scala at 2021-11-14 17:55:18
   [2021-11-14 17:55:19 +0000] [INFO]: Starting server at port 8080
   Traceback (most recent call last):
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 476, in execute
       exit_value = self._wrap_coverage(self._wrap_profiling, self._execute)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 401, in _wrap_coverage
       return runner(*args)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 432, in _wrap_profiling
       return runner(*args)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 532, in _execute
       return self.execute_entry(self._pex_info.entry_point)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 679, in execute_entry
       return self.execute_module(entry_point, alter_sys)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/.bootstrap/pex/pex.py",
 line 691, in execute_module
       runpy.run_module(module_name, run_name="__main__", alter_sys=alter_sys)
     File "/usr/lib/python3.6/runpy.py", line 205, in run_module
       return _run_module_code(code, init_globals, run_name, mod_spec)
     File "/usr/lib/python3.6/runpy.py", line 96, in _run_module_code
       mod_name, mod_spec, pkg_name, script_name)
     File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
       exec(code, run_globals)
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/integration_test/src/python/test_runner/main.py",
 line 479, in <module>
       main()
     File 
"/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/integration_test/src/python/test_runner/main.py",
 line 428, in main
       conf_string = pkgutil.get_data(__name__, conf_file).decode()
     File "/usr/lib/python3.6/pkgutil.py", line 634, in get_data
       return loader.get_data(resource_name)
     File "<frozen importlib._bootstrap_external>", line 832, in get_data
   FileNotFoundError: [Errno 2] No such file or directory: 
'/home/travis/.pex/unzipped_pexes/d5bd60b574982804743c6708dcbf1c059d9b38f3/integration_test/src/python/test_runner/integration_test/src/python/test_runner/resources/test.json'
   ```
   
   From this it appears to be `conf` related:
   
   ```bash
       conf_string = pkgutil.get_data(__name__, conf_file).decode()
     File "/usr/lib/python3.6/pkgutil.py", line 634, in get_data
       return loader.get_data(resource_name)
     File "<frozen importlib._bootstrap_external>", line 832, in get_data
   FileNotFoundError: [Errno 2] No such file or directory: 
   ```
   
   On the upside, it seems to have run for 119mins (~2hrs) so maybe the 
settings for the `stmgr_unittest` are more aggressive enough... Let us see.
   
   **_Edit:_** I think I got it.
   
   ```bash
   integration_test/src/python/test_runner/main.py:DEFAULT_TEST_CONF_FILE = 
"integration_test/src/python/test_runner/resources/test.json"
   
integration_test/src/python/topology_test_runner/main.py:DEFAULT_TEST_CONF_FILE 
= "integration_test/src/python/topology_test_runner/resources/test.json"
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to