Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [osee-dev] Event Service Update

A few use-cases to consider:

1) User A and User B each work with the same set of artiacts on the same
branch concurrently, and User A reverts his changes to some of those
artifacts while User B is still working.

2) User A and User B each work on the same branch and User A performs an
update branch from parent.

3) User A suddenly exits the clinet while receiving messages.

4) User A deletes an artifact about the same time User B modifies it

Regards,
Ryan

-----Original Message-----
From: Finkbeiner, Andrew M 
Sent: Thursday, July 30, 2009 8:51 AM
To: osee-dev@xxxxxxxxxxx
Subject: [osee-dev] Event Service Update

I've started writing Junit tests for the osee messaging layer using an
embedded activemq broker.  So far I only have simple send/receive tests.


I am hoping to get some feedback on use-cases that have caused us
problems in the past that we could capture with tests.  This way we can
be fairly certain of the robustness of the messaging layer before we
start replacing the event service.

Thanks
-Andy Finkbeiner
_______________________________________________
osee-dev mailing list
osee-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/osee-dev


Back to the top