Bug 233586 - flip-flop test case: sys.kqueue.libkqueue.kqueue_test.main
Summary: flip-flop test case: sys.kqueue.libkqueue.kqueue_test.main
Status: Closed Unable to Reproduce
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-testing (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-27 22:44 UTC by Li-Wen Hsu
Modified: 2022-06-08 00:46 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-06 09:23:42 UTC
A commit references this bug:

Author: lwhsu
Date: Thu Dec  6 09:22:36 UTC 2018
New revision: 341623
URL: https://svnweb.freebsd.org/changeset/base/341623

Log:
  Temporarily skip flakey test cases

  PR:		233586, 233587, 233588
  Approved by:	markj (mentor)
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D18362

Changes:
  head/tests/sys/kqueue/libkqueue/kqueue_test.sh
  head/usr.bin/procstat/tests/procstat_test.sh
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-25 00:19:14 UTC
A commit in branch main references this bug:

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

commit bc7512cc58af2e8bbe5bbf5ca0059b1daa1da897
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-05-25 00:14:10 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-05-25 00:14:10 +0000

    kqueue tests: Re-enable kqueue proc tests

    - Some EVFILT_PROC bugs were fixed around the time that the tests were
      disabled.
    - I can't reproduce any failures locally.
    - Jenkins logs referenced from the PR are gone, so let's re-enable the
      tests and see whether a problem persists.

    PR:             233586
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation

 tests/sys/kqueue/libkqueue/kqueue_test.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
Comment 4 Mark Johnston freebsd_committer freebsd_triage 2022-05-25 00:20:49 UTC
I re-enabled the tests.  Let's close this and see if anything breaks.
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-06-08 00:46:03 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=42ccdf44930fc46f65e8e48ae7c5d82581a6ea6c

commit 42ccdf44930fc46f65e8e48ae7c5d82581a6ea6c
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-05-25 00:14:10 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-06-08 00:42:15 +0000

    kqueue tests: Re-enable kqueue proc tests

    - Some EVFILT_PROC bugs were fixed around the time that the tests were
      disabled.
    - I can't reproduce any failures locally.
    - Jenkins logs referenced from the PR are gone, so let's re-enable the
      tests and see whether a problem persists.

    PR:             233586
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit bc7512cc58af2e8bbe5bbf5ca0059b1daa1da897)

 tests/sys/kqueue/libkqueue/kqueue_test.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)