[DTrace-devel] [oracle/dtrace-utils] 20f897: Add pre-release banner and adjust testsuite

Kris Van Hees noreply at github.com
Fri Feb 5 12:39:48 PST 2021


  Branch: refs/heads/2.0-branch
  Home:   https://github.com/oracle/dtrace-utils
  Commit: 20f897733b303a6ca986fde95310b2fbe054333f
      https://github.com/oracle/dtrace-utils/commit/20f897733b303a6ca986fde95310b2fbe054333f
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M cmd/dtrace.c

  Log Message:
  -----------
  Add pre-release banner and adjust testsuite

Adding a banner indicating that this is a pre-release that offers
limited functionality.  Also mark all test directories as unreliable,
nd therefore all tests will be skipped for now until verifiable
functionality is available.

Orabug: 30619056
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 601cb76e8be38b1fe85dbb881bbe1e2a0c593944
      https://github.com/oracle/dtrace-utils/commit/601cb76e8be38b1fe85dbb881bbe1e2a0c593944
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    A buildrpm/ol7/dtrace.spec
    A buildrpm/ol8/dtrace.spec
    A tag-me-for-uek

  Log Message:
  -----------
  Set up branch for OL7 and OL8 building from source tree

Orabug: 30619056
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 72808e0a40971d74cc7cf91214a9f95bacfbf114
      https://github.com/oracle/dtrace-utils/commit/72808e0a40971d74cc7cf91214a9f95bacfbf114
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M buildrpm/ol7/dtrace.spec
    M buildrpm/ol8/dtrace.spec

  Log Message:
  -----------
  Updating spec files to explicitly set a build kernel version

Orabug: 30619056
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 3746fc693514ddf98c77d7bb832408bcad0e3902
      https://github.com/oracle/dtrace-utils/commit/3746fc693514ddf98c77d7bb832408bcad0e3902
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M runtest.sh

  Log Message:
  -----------
  test: ensure that the pre-release banner does not interfere with testing

The pre-release version of DTrace v2 outputs a banner message to inform
the user of the pre-release status of this tool.  Tests that verify
output were reporting failure because of the unexpected extra string
in the output.

This commit filters out the pre-release banner before any output
processing takes place.

Orabug: 30619056
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: aa9f5e2a369b6fd614f362fa47b2b9ec00bc3a1b
      https://github.com/oracle/dtrace-utils/commit/aa9f5e2a369b6fd614f362fa47b2b9ec00bc3a1b
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M buildrpm/ol7/dtrace.spec
    M buildrpm/ol8/dtrace.spec

  Log Message:
  -----------
  Update spec files for newest source code sync

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: b921169dd9a24593380bf5452009f7da61e4cb63
      https://github.com/oracle/dtrace-utils/commit/b921169dd9a24593380bf5452009f7da61e4cb63
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M buildrpm/ol7/dtrace.spec
    M buildrpm/ol8/dtrace.spec

  Log Message:
  -----------
  Update spec files for ol7 and ol8

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 8ee80336fabaecf7f42addd69fd1747709adaeb1
      https://github.com/oracle/dtrace-utils/commit/8ee80336fabaecf7f42addd69fd1747709adaeb1
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M cmd/dtrace.c
    M runtest.sh

  Log Message:
  -----------
  Add pre-release banner UNLESS in test suite

A previous commit added a pre-release banner.  The commit message
said testing was decommissioned, but that was not the case; there
were simply widespread failures.  A later commit instituted some
mechanisms to filter out the banner, but they did not cover every
case, resulting in at least one known test FAIL.

Suppress the banner when the test suite is being run.  Remove the
filtering mechanisms.

Orabug: 31694125
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Nick Alcock <nick.alcock at oracle.com>


  Commit: 25bdc54220b754726e816494d803b8a2ad4c6cbc
      https://github.com/oracle/dtrace-utils/commit/25bdc54220b754726e816494d803b8a2ad4c6cbc
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    A test/tags.default

  Log Message:
  -----------
  Skip unstable tests for release testing

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>


  Commit: 0e468787a2775cebd6b932c268979806abc5093c
      https://github.com/oracle/dtrace-utils/commit/0e468787a2775cebd6b932c268979806abc5093c
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M buildrpm/ol7/dtrace.spec
    M buildrpm/ol8/dtrace.spec

  Log Message:
  -----------
  Update spec files for ol7 and ol8

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>


  Commit: c390a053e36ef2b2ff877839bfce970a9b0cb82c
      https://github.com/oracle/dtrace-utils/commit/c390a053e36ef2b2ff877839bfce970a9b0cb82c
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M buildrpm/ol7/dtrace.spec
    M buildrpm/ol8/dtrace.spec

  Log Message:
  -----------
  Update spec files for ol7 and ol8

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/802ec0c1bacb...c390a053e36e



More information about the DTrace-devel mailing list