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

Kris Van Hees noreply at github.com
Fri Sep 10 00:45:58 PDT 2021


  Branch: refs/heads/2.0-branch
  Home:   https://github.com/oracle/dtrace-utils
  Commit: b496f92044f1522bf3ff25a8ebd72a5ba4200807
      https://github.com/oracle/dtrace-utils/commit/b496f92044f1522bf3ff25a8ebd72a5ba4200807
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 32d9bb2878cac785b0818cc82bf053852629f70e
      https://github.com/oracle/dtrace-utils/commit/32d9bb2878cac785b0818cc82bf053852629f70e
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: c7ccee6462a2ea439e8d2fff3f8de6a3cb0fe240
      https://github.com/oracle/dtrace-utils/commit/c7ccee6462a2ea439e8d2fff3f8de6a3cb0fe240
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 813c724aba8adb0e4b22204a8f2315203773f6f7
      https://github.com/oracle/dtrace-utils/commit/813c724aba8adb0e4b22204a8f2315203773f6f7
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 39a75df9f5d24ff78cb65167b0d928a0a20d5d18
      https://github.com/oracle/dtrace-utils/commit/39a75df9f5d24ff78cb65167b0d928a0a20d5d18
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 27217e1c02235c5005ac1327b6534bbcd700c18f
      https://github.com/oracle/dtrace-utils/commit/27217e1c02235c5005ac1327b6534bbcd700c18f
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 3cf4fabd263bf9a98c596a1acdd5235bc07b1c93
      https://github.com/oracle/dtrace-utils/commit/3cf4fabd263bf9a98c596a1acdd5235bc07b1c93
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: b227858b632fd0d81d3322a7331d69d818a9462d
      https://github.com/oracle/dtrace-utils/commit/b227858b632fd0d81d3322a7331d69d818a9462d
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 87bffd09cbcffc7b635bfa2752d8c7e7c02eb8fa
      https://github.com/oracle/dtrace-utils/commit/87bffd09cbcffc7b635bfa2752d8c7e7c02eb8fa
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: a193cd0181b06cd0d2a9fac2b141c0465a9aa78d
      https://github.com/oracle/dtrace-utils/commit/a193cd0181b06cd0d2a9fac2b141c0465a9aa78d
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: a656bdbb1bc9a9232db8bba980ea0f4dd7f97336
      https://github.com/oracle/dtrace-utils/commit/a656bdbb1bc9a9232db8bba980ea0f4dd7f97336
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: c5ffb3f9ab20673ac0bbef317605eef29a04d0e2
      https://github.com/oracle/dtrace-utils/commit/c5ffb3f9ab20673ac0bbef317605eef29a04d0e2
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: 546b28d1a7eae4e1189a326cc04c60b93cc997a0
      https://github.com/oracle/dtrace-utils/commit/546b28d1a7eae4e1189a326cc04c60b93cc997a0
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 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: fce58d1515f709c553011a1324bcb6847fa94d5b
      https://github.com/oracle/dtrace-utils/commit/fce58d1515f709c553011a1324bcb6847fa94d5b
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

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

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

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


  Commit: ff1db12a877c563fd287b73d629064bfa639f1c3
      https://github.com/oracle/dtrace-utils/commit/ff1db12a877c563fd287b73d629064bfa639f1c3
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

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

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

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


Compare: https://github.com/oracle/dtrace-utils/compare/bf5e360f693b...ff1db12a877c



More information about the DTrace-devel mailing list