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

Client: Fix faulty list account usage test and untracked error #4870 #4894

Conversation

joeldierkes
Copy link
Contributor

When an RSE was specified for the list-account-usage an KeyError:
'resolved_rses' was generated. The key does not exist in the underlying data
model.

The test_list_account_usage did not report the problem since the regex, which
compared the actual output with the expected result, contained an unescaped |
character. Hence the test produced a passing test, while a failing was expected.

…4870

When an RSE was specified for the list-account-usage an KeyError:
'resolved_rses' was generated. The key does not exist in the underlying data
model.

The `test_list_account_usage` did not report the problem since the regex, which
compared the actual output with the expected result, contained an unescaped `|`
character. Hence the test produced a passing test, while a failing was expected.
@joeldierkes joeldierkes force-pushed the patch-4870-Traceback_when_requesting_the_global_account_usage_with_a_specific_RSE branch from 6cfa339 to f8a943c Compare October 6, 2021 16:08
@bari12 bari12 merged commit 6a60927 into rucio:master Oct 12, 2021
@joeldierkes joeldierkes deleted the patch-4870-Traceback_when_requesting_the_global_account_usage_with_a_specific_RSE branch November 1, 2021 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traceback when requesting the global account usage with a specific RSE
2 participants