This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch tracing-impl
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from e953640ea Include tracing for AMIE packet handlers
add 96b436691 Include tracing for COmanage subscriber
add 90afdaed6 Include tracing for SLURM subscribers
No new revisions were added by this update.
Summary of changes:
.../internal/operations/ensure_posix_account.go | 203 ++++++++++++----
.../internal/operations/lookup.go | 15 ++
.../internal/operations/orchestrator.go | 29 ++-
.../internal/operations/orchestrator_test.go | 267 +++++++++++++++++++++
.../internal/subscribers/cluster_user.go | 23 +-
.../Identity-Provisioner/pkg/comanage/loader.go | 5 +
.../internal/subscribers/account.go | 76 ++++--
.../subscribers/accountsub_integration_test.go | 8 +-
.../internal/subscribers/members.go | 86 +++++--
.../subscribers/members_integration_test.go | 4 +-
.../internal/subscribers/subscriber.go | 4 +-
.../internal/subscribers/subscriber_trace_test.go | 137 +++++++++++
12 files changed, 754 insertions(+), 103 deletions(-)
create mode 100644
connectors/COmanage/Identity-Provisioner/internal/operations/orchestrator_test.go
create mode 100644
connectors/SLURM/Association-Mapper/internal/subscribers/subscriber_trace_test.go