-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Interactive example does not work for MacOS #4642
Comments
Hey @metonymic-smokey, would you mind posting what is the exact error you get? AFAIK the interactive test has not been really tried on platforms other than Linux, but would be nice if we can make it work on MacOS as well. |
@matej-g The error I got locally:
|
Hm it looks like we're hitting this containerd/cgroups#19. The package is used in In the meantime, perhaps we can have the tests without the monitoring endpoint, which would remove the dependency on |
SGTM! |
If any MacOS user can confirm this works 🙂 - #4726 |
I'll test this out tomorrow.
Thanks!
…On Fri, 1 Oct 2021, 21:42 Matej Gera, ***@***.***> wrote:
If anyone MacOS user can confirm this works 🙂 - #4726
<#4726>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4642 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALV2I52C6SIOACQ24FJ2JJ3UEXMVNANCNFSM5DR3BDXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Close now as it is fixed. |
Thanos, Prometheus and Golang version used: latest,2.29,1.16
Object Storage Provider:
Local filesystem
What happened:
The interactive example,
examples/interactive/interactive_test.go
does not run for MacOS users. Thego test
command results in an error.What you expected to happen:
The example should run without an error and the UI should open in a browser when it runs.
How to reproduce it (as minimally and precisely as possible):
Run
make docker
. Then rungo test interactive_test.go -test.timeout=9999m
inexamples/interactive.
Anything else we need to know:
The text was updated successfully, but these errors were encountered: