Skip to content

Failed

org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered2 (from org.eclipse.emf.emfstore.client.ui.test.AllClientUITests)

Failing for the past 3 builds (Since #4 )
Took 17 ms.

Error Message

Cannot modify resource set without a write transaction

Stacktrace

java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered2(EClassFilterTest.java:123)