This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch usage-monitor
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 9eba59dd9 smonitor integration tests wip
add 09ccafb9a Validating job with the custos accounting details
No new revisions were added by this update.
Summary of changes:
.../Usage-Monitor/internal/smonitor/smonitor.go | 54 ++++--
.../internal/smonitor/smonitor_integration_test.go | 207 ++++++++++++++++++++-
dev-ops/local-slurm/Makefile | 9 +
.../local-slurm/scripts/bootstrap-accounting.sh | 6 +
.../store/compute_allocation_resource_store.go | 13 ++
internal/store/compute_cluster_user_store.go | 15 ++
internal/store/store.go | 5 +
pkg/models/allocation.go | 2 +-
pkg/service/compute_allocation_resource.go | 16 ++
pkg/service/compute_cluster_user.go | 19 ++
pkg/service/interface.go | 2 +
pkg/service/mock.go | 112 +++++++++++
scripts/slurm-monitor-integration-tests.sh | 34 +++-
13 files changed, 466 insertions(+), 28 deletions(-)