Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Adds locking around all stateful container operations
Browse files Browse the repository at this point in the history
Additionally lock access to the ContainerService's list of containers

[#104436838]

Signed-off-by: John Shahid <jshahid@pivotal.io>
  • Loading branch information
Ben Moss authored and John Shahid committed Oct 1, 2015
1 parent ee3e15b commit 33c6803
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 145 deletions.
2 changes: 0 additions & 2 deletions IronFrame.Acceptance.Test/ContainerServiceAcceptanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public ContainerServiceAcceptanceTests(AcceptanceFixture fixture)

public virtual void Dispose()
{
Service.Dispose();

if (UserCredential != null)
{
// Delete the test user
Expand Down

0 comments on commit 33c6803

Please sign in to comment.