surahman edited a comment on pull request #3710:
URL: https://github.com/apache/incubator-heron/pull/3710#issuecomment-923142393
I am not sure why the following tests keep timing out:
```bash
//heron/stmgr/tests/cpp/server:stmgr_unittest
TIMEOUT in 3 out of 3 in 315.0s
Stats over 3 runs: max = 315.0s, min = 315.0s, avg = 315.0s, dev = 0.0s
Test cases: finished with 6 passing and 1 failing out of 7 test cases
```
There are no details being provided and my code is not doing anything which
would deviate from generating the default Pod Template when no parameter is set
using `--config-property`.
**_Edit:_**
I have extracted the `getConfigMaps` routine for stubbing purposes to
simplify testing. There is a problem with verifying the exception details with
Java Reflections because the ultimate exception thrown is a
`NoSuchMethodException`. Updates are on the parallel `dev` branch.
--
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]