Merge "Fix sometimes-flaky container name functional test."

This commit is contained in:
Zuul
2017年12月22日 19:48:43 +00:00
committed by Gerrit Code Review

View File

@@ -533,7 +533,7 @@ class TestContainer(Base):
cont = self.env.account.container('a' * l)
if l <= limit:
self.assertTrue(cont.create())
self.assert_status(201)
self.assert_status((201, 202))
else:
self.assertFalse(cont.create())
self.assert_status(400)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.