Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: delete pummel/test-dtrace-jsstack #26869

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 22, 2019

  1. test: delete pummel/test-dtrace-jsstack

    The test pummel/test-dtrace-jsstack is broken and probably has been for
    a very long time. Remove it.
    
    It gets skipped on anything that is non-SunOS. In our CI, that means
    skipped everywhere but SmartOS.
    
    When run on SmartOS in our CI (which never happens because it's in
    pummel, but I moved it into sequential to test it), it fails because it
    needs elevated privileges.
    
    When I log into the SmartOS machine and run the test as root, it fails
    with:
    
      AssertionError [ERR_ASSERTION]: did not find expected frame stalloogle
    
    Since I have dtrace installed on my macOS machine, I tried running it
    locally but removing the SunOS check. It failed because the test leaks a
    global variable. I removed the global leak check, and the test failed
    because I have System Integrity Protection enabled.
    
    In short, the test does not work in its current form, has almost
    certainly not worked in a long time, and is very likely to be brittle if
    we ever do fix it. I'm inclined to remove it.
    Trott committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ce4284e View commit details
    Browse the repository at this point in the history