TestClientWatchAllAdminPermission intermittent test failure

Bug #1790548 reported by Tim Penhey
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
High
Tim Penhey

Bug Description

From CI jobs:

client_test.go:838:
    if !c.Check(deltas[aIndex], jc.DeepEquals, multiwatcher.Delta{
        Entity: &multiwatcher.RemoteApplicationInfo{
            Name: "remote-db2",
            ModelUUID: s.State.ModelUUID(),
            OfferUUID: "offer-uuid",
            OfferURL: "admin/prod.db2",
            Life: "alive",
            Status: multiwatcher.StatusInfo{
                Current: status.Unknown,
            },
        },
    }) {
        ...
    }
... obtained multiwatcher.Delta = multiwatcher.Delta{Removed:false, Entity:(*multiwatcher.RemoteApplicationInfo)(0xc420a3b540)}
... expected multiwatcher.Delta = multiwatcher.Delta{Removed:false, Entity:(*multiwatcher.RemoteApplicationInfo)(0xc420a3b5e0)}
... mismatch at (*.Entity).Status.Current: unequal; obtained ""; expected "unknown"

Tim Penhey (thumper)
Changed in juju:
status: In Progress → Fix Committed
Tim Penhey (thumper)
Changed in juju:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.