DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
If the account or domain ID are not set, then all the accounts’ usage data will be removed and re-generated
The API execution will create and persist a new job with a type = ‘REGENERATE’ to differentiate from other usage jobs.
The existing generateUsageRecords API must be fixed to allow re-generation if data from cloud_usage.cloud_usage is missing for the specified start/end date but as per the job metadata it is found to be available. The existing API does not regenerate the usage records properly, it only works if there is no usage data generated after the initial time set on the API
...
The usage job must be more robust on its execution. One known issue with the current usage server implementation comes from duplicate event records causing usage job to fail and never succeed unless the duplicates are removed. To increase robustness one additional step can be added after the helper records creation and before their parsing. The additional step must perform the following actions:
...
N/A
The following test must be included as a separate marvin class (e.g. have its own tag) to prevent it runs automatically on production environments as it will change configurations in the system, unless it is explicitly executed by an administrator. However, the test must be included on the Trillian automation
Start the usage server
Wait for 2 or 3 times the aggregation range minutes so that usage records can be generated.
Stop the usage server
List usage records for the account and ensure records have been generated for the resources created and a certain type, for example running time for VMs
Ensure the number of records match the expected number depending on the time spent generating records
Wait for 2 or 3 times the aggregation range minutes, set the aggregation range to daily
Start the usage server
List the usage records for the account and check the number of records per a certain resource and usage type
Regenerate usage records for account on the date
List the usage records for the account and the same resource and usage type, and compare it to the number obtain above. Ensure the number of usage records is higher than the previous check.