Skip to content

Commit

Permalink
ci: test-integrations failures in compatibility tests. panics occurin…
Browse files Browse the repository at this point in the history
…g in selectionTracker.TrackIDForSelection
  • Loading branch information
jmurret committed Dec 22, 2023
1 parent 62a07b4 commit 2b3b309
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ func (t *WorkloadSelectionTracker) GetIDsForWorkload(id *pbresource.ID) []*pbres
// TrackIDForSelector will associate workloads matching the specified workload
// selector with the given resource id.
func (t *WorkloadSelectionTracker) TrackIDForSelector(id *pbresource.ID, selector *pbcatalog.WorkloadSelector) {
if selector != nil {
return
}

t.lock.Lock()
defer t.lock.Unlock()

Expand Down

0 comments on commit 2b3b309

Please sign in to comment.