provider/azure: new test failure

Bug #1303583 reported by Dave Cheney
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
High
Andrew Wilkins

Bug Description

FAIL: environ_test.go:763: environSuite.TestStopInstancesDestroysMachines

environ_test.go:785:
    c.Check(err, gc.IsNil)
... value *errors.errorString = &errors.errorString{s:"EOF"} ("EOF")

environ_test.go:789:
    // One GET and DELETE per service
    // (GetHostedServiceProperties and DeleteHostedService).
    c.Check(len(*requests), gc.Equals, len(responses))
... obtained int = 2
... expected int = 4

environ_test.go:792:
    assertOneRequestMatches(c, *requests, "DELETE", ".*"+service1Name+".*")
environ_test.go:977:
    c.Error(fmt.Sprintf("none of the requests matches: Method=%v, URL pattern=%v", method, urlPattern))
... Error: none of the requests matches: Method=DELETE, URL pattern=.*service1.*

environ_test.go:793:
    assertOneRequestMatches(c, *requests, "DELETE", ".*"+service2Name+".*")
environ_test.go:977:
    c.Error(fmt.Sprintf("none of the requests matches: Method=%v, URL pattern=%v", method, urlPattern))
... Error: none of the requests matches: Method=DELETE, URL pattern=.*service2.*

OOPS: 152 passed, 1 FAILED
--- FAIL: TestAzureProvider (10.85 seconds)
FAIL
FAIL launchpad.net/juju-core/provider/azure 10.980s

Tags: gccgo

Related branches

Curtis Hovey (sinzui)
Changed in juju-core:
milestone: 1.19.0 → 1.19.1
Revision history for this message
Dave Cheney (dave-cheney) wrote :

Taking a look today, still an issue at trunk

FAIL: environ_test.go:763: environSuite.TestStopInstancesDestroysMachines

environ_test.go:785:
    c.Check(err, gc.IsNil)
... value *errors.errorString = &errors.errorString{s:"EOF"} ("EOF")

environ_test.go:789:
    // One GET and DELETE per service
    // (GetHostedServiceProperties and DeleteHostedService).
    c.Check(len(*requests), gc.Equals, len(responses))
... obtained int = 2
... expected int = 4

environ_test.go:792:
    assertOneRequestMatches(c, *requests, "DELETE", ".*"+service1Name+".*")
environ_test.go:977:
    c.Error(fmt.Sprintf("none of the requests matches: Method=%v, URL pattern=%v", method, urlPattern))
... Error: none of the requests matches: Method=DELETE, URL pattern=.*service1.*

environ_test.go:793:
    assertOneRequestMatches(c, *requests, "DELETE", ".*"+service2Name+".*")
environ_test.go:977:
    c.Error(fmt.Sprintf("none of the requests matches: Method=%v, URL pattern=%v", method, urlPattern))
... Error: none of the requests matches: Method=DELETE, URL pattern=.*service2.*

OOPS: 152 passed, 1 FAILED
--- FAIL: TestAzureProvider-75 (23.25 seconds)
FAIL

Changed in juju-core:
assignee: nobody → Dave Cheney (dave-cheney)
status: Triaged → In Progress
Changed in juju-core:
assignee: Dave Cheney (dave-cheney) → nobody
status: In Progress → Triaged
Curtis Hovey (sinzui)
Changed in juju-core:
milestone: 1.19.1 → 1.20.0
Revision history for this message
Andrew Wilkins (axwalk) wrote :

Ran this test 100 times without it failing. What compiler? Is gwacl up to date with dependencies.tsv?

Changed in juju-core:
milestone: 1.20.0 → next-stable
Andrew Wilkins (axwalk)
Changed in juju-core:
status: Triaged → In Progress
assignee: nobody → Andrew Wilkins (axwalk)
Andrew Wilkins (axwalk)
Changed in juju-core:
milestone: next-stable → 1.19.3
Andrew Wilkins (axwalk)
Changed in juju-core:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju-core:
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.