You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2022/02/28 00:20:14 UTC

[GitHub] [incubator-heron] surahman edited a comment on pull request #3779: Adding Bazel Platforms support

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


   I was just looking through the build logs and I am not sure if I am interpreting what I am seeing correctly but the only set of tests that seem to be running are the integration tests.
   
   <details><summary>#10424 passed</summary>
   
   ```bash
   ===========================================================
   heron build	0:59:59
   heron test non-flaky	0:04:48
   heron test flaky	0:01:18
   heron build tarpkgs	0:01:10
   heron build binpkgs	0:00:37
   heron build docker images	0:01:12
   ===> Finished scripts/travis/build.sh at 2022-02-27 22:33:10 (1:09:06)
   ===> Starting scripts/travis/test.sh at 2022-02-27 22:33:14
   ===> Starting heron build integration_test at 2022-02-27 22:33:14
   bazel build integration_test/src/... > heron_build_integration_test.txt
   64 seconds 30 log lines
    `bazel build integration_test/src/...` finished with errcode: 0
   ===> Finished heron build integration_test at 2022-02-27 22:34:18 (0:01:04)
   ===> Starting heron install at 2022-02-27 22:34:18
   bazel run -- scripts/packages:heron-install.sh --user > heron_install.txt
   18 seconds 34 log lines
    `bazel run -- scripts/packages:heron-install.sh --user` finished with errcode: 0
   ===> Finished heron install at 2022-02-27 22:34:37 (0:00:19)
   ===> Starting heron tests install at 2022-02-27 22:34:37
   bazel run -- scripts/packages:heron-tests-install.sh --user > heron_tests_install.txt
   6 seconds 34 log lines
    `bazel run -- scripts/packages:heron-tests-install.sh --user` finished with errcode: 0
   ===> Finished heron tests install at 2022-02-27 22:34:43 (0:00:06)
   ===> Starting heron integration_test local at 2022-02-27 22:34:43
   ```
   
   ```bash
   ===> Finished heron integration_topology_test java at 2022-02-27 23:12:55 (0:04:36)
   ===> Task duration summary for scripts/travis/test.sh
   ===========================================================
   heron build integration_test	0:01:04
   heron install	0:00:19
   heron tests install	0:00:06
   heron integration_test local	0:05:55
   heron integration_test http-server initialization	0:00:00
   heron integration_test scala	0:02:45
   heron integration_test java	0:18:30
   heron integration_test python	0:06:25
   heron integration_topology_test java	0:04:36
   ===> Finished scripts/travis/test.sh at 2022-02-27 23:12:55 (0:39:41)
   ===> Task duration summary for scripts/travis/ci.sh
   ===========================================================
   scripts/travis/build.sh	1:09:06
   scripts/travis/test.sh	0:39:41
   ```
   
   </details>
   
   Are the _"regular"_/non-integration battery of tests still run? I may have missed the output in the logs. I remember `heron test` taking at least 30mins before and logs indicate `heron test flaky/non-flaky` are taking a combined ~6mins.


-- 
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: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org