API Implementation Questions (1)

View: New views
2 Messages — Rating Filter:   Alert me  

API Implementation Questions (1)

by Gervase Markham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How do I test mid-air collisions? What do I have to do to force one to
happen?

My guess is:

- Get a bug with one login, token A
- Get a bug with another login, token B
- Submit a change with token A
- Submit a change with token B

Is that right? Do the logins have to be different?

Gerv
_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla@...
https://lists.mozilla.org/listinfo/dev-apps-bugzilla
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=lists@...>

Re: API Implementation Questions (1)

by Frédéric Buclin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le 24. 09. 09 12:57, Gervase Markham a écrit :
> Is that right? Do the logins have to be different?

No need to have different logins. What matters is what the delta_ts
field is set to. If it doesn't match the current timestamp of the bug,
you get a midair collision.

LpSolit
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=lists@...>