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

timing: Fix SegmentStoreScatterDataProvider for empty segment store #177

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

bhufmann
Copy link
Contributor

@bhufmann bhufmann commented Oct 28, 2024

For example, if a trace doesn't have any call stack events to populate the segment store and hence populate the view, the data provider should return an empty model instead of failed for fetchTree and fetchXY.

[Fixed] Fix SegmentStoreScatterDataProvider for empty segment store

Note: This is bug is only visible when using the trace server and JS front-end and not in Eclipse.

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com

For example, if a trace doesn't have any call stack events to populate
the segment store and hence populate the view, the data provider should
return an empty model instead of failed for fetchTree and fetchXy

[Fixed] Fix SegmentStoreScatterDataProvider for empty segment store

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
@bhufmann bhufmann mentioned this pull request Oct 28, 2024
@bhufmann bhufmann merged commit 1736c2f into eclipse-tracecompass:master Oct 28, 2024
4 checks passed
@bhufmann bhufmann deleted the fix_scatter_chart branch October 28, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants