-
Notifications
You must be signed in to change notification settings - Fork 47
0.5.2 dev #323
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
0.5.2 dev #323
Changes from 3 commits
571ed98
4a5a8f6
df7ad92
086f68d
34651dd
60c98bf
b101d8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -230,7 +230,7 @@ function io_setup::check_dstat() { | |
| local dstat_output=$(run_dstat --status '*' --jobs "${job_id}" --full) | ||
|
|
||
| echo " Checking user-id" | ||
| util::dstat_yaml_assert_field_equal "${dstat_output}" "[0].user-id" "${USER}" | ||
| util::dstat_yaml_assert_field_equal "${dstat_output}" "[0].user-id" "${USER:-jupyter}" | ||
|
||
|
|
||
| echo " Checking logging" | ||
| util::dstat_yaml_assert_field_equal "${dstat_output}" "[0].logging" "${LOGGING}" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.