Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

structured diff between pairs of executions to reveal first divergence #138

Open
bestchai opened this issue May 26, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@bestchai
Copy link
Member

bestchai commented May 26, 2020

The current diff-ing of two executions performs matching of events regardless of their sequence. It would be helpful to complement this functionality with a diff that compares the sequence of events (as well as ordering relationships between events) from top to bottom and stops and highlights the first deviation. That is, if in one execution the local host events are a,b,c and in another the local host events are a,b,b then the second 'b' event in the second execution would be highlighted. Likewise, the events that have different -partial- ordering would also be highlighted (e.g., if the first 'b' in the second execution also came before another event at a different host, then it would be highlighted as the first deviation, instead of the second 'b' event in the second execution).

[Issue created by bestchai: 2015-08-28]

@bestchai bestchai added the enhancement New feature or request label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant