Class TestConcurrentAttributeUpdates
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.crowd.embedded.TestConcurrentAttributeUpdates
Testing the behaviour of the crowd user attribues when we login with multiple concurrent clients
Under the earlier implementation this would cause rows to be duplicated in the table.
- Since:
- v5.2
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.meterware.httpunit.WebResponseloginAs(JSONObject json) voidvoidMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
REST_AUTH_RESOURCE
- See Also:
-
-
Constructor Details
-
TestConcurrentAttributeUpdates
public TestConcurrentAttributeUpdates()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testConcurrentLogin
- Throws:
Exception
-
loginAs
protected com.meterware.httpunit.WebResponse loginAs(JSONObject json) throws IOException, SAXException - Throws:
IOExceptionSAXException
-