Bug 262415 - Failing dtrace test: common.funcs.t_dtrace_contrib.tst_system_d
Summary: Failing dtrace test: common.funcs.t_dtrace_contrib.tst_system_d
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-08 10:58 UTC by Li-Wen Hsu
Modified: 2022-03-09 03:43 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2022-03-08 10:58:17 UTC
common.funcs.t_dtrace_contrib.tst_system_d has been failing since:

https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-dtrace_test/13912/
src b0df36580d5b0df67a0f58ded8f6356b268f7f71

https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-dtrace_test/13912/testReport/junit/common.funcs/t_dtrace_contrib/tst_system_d/

# Error Message

atf-check failed; see the output of the test for details

# Standard Output

Executing command [ /usr/tests/cddl/usr.sbin/dtrace/common/funcs/../../dtest /usr/tests/cddl/usr.sbin/dtrace/common/funcs/tst.system.d ]

# Standard Error

Test case metadata
------------------

allowed_architectures is empty
allowed_platforms is empty
description = DTrace test common/funcs/tst.system.d
has_cleanup = false
is_exclusive = false
required_configs is empty
required_disk_space = 0
required_files is empty
required_memory = 0
required_programs is empty
required_user is empty
timeout = 300

Timing information
------------------

Start time: 2021-04-23T19:05:53.432868Z
End time:   2021-04-23T19:05:53.598022Z
Duration:   0.165s

Original stderr
---------------

Fail: incorrect exit status: 1, expected: 0
stdout:

stderr:
test tst.system.d failed: test output mismatch
test stdout:
--
foo 9 -2
PING 127.0.0.1 (127.0.0.1): 56 data bytes

--- 127.0.0.1 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
10
PING 127.0.0.1 (127.0.0.1): 56 data bytes

--- 127.0.0.1 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
11
PING 127.0.0.1 (127.0.0.1): 56 data bytes

--- 127.0.0.1 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
12
--
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-09 03:40:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=16e02ae401ebd9aa7d47f46dc4905f4f8add70a8

commit 16e02ae401ebd9aa7d47f46dc4905f4f8add70a8
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-03-09 03:39:12 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-03-09 03:39:12 +0000

    dtrace tests: Fix expected outout for tst.system.d

    This is follow up of d500a85e640d1cd270747c12e17c511b53864436

    PR:             262415
    Sponsored by:   The FreeBSD Foundation

 .../cmd/dtrace/test/tst/common/funcs/tst.system.d.out        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-09 03:43:07 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=937d08454b3c5dea35f6ddc9692825a328e6c0c3

commit 937d08454b3c5dea35f6ddc9692825a328e6c0c3
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-03-09 03:39:12 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-03-09 03:42:23 +0000

    dtrace tests: Fix expected outout for tst.system.d

    This is follow up of d500a85e640d1cd270747c12e17c511b53864436

    PR:             262415
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit 16e02ae401ebd9aa7d47f46dc4905f4f8add70a8)

 .../cmd/dtrace/test/tst/common/funcs/tst.system.d.out        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)