Skip to content

Changes

Summary

  1. swtbot: Make testOpenCloseOpen() for CFV/RV more robust (details)
  2. doc: fix typos in API_POLICY.md (details)
  3. doc: Fix links in CONTRIBUTING.md (details)
  4. tmf: Handle multiple jobs when updating statistics (details)
Commit e1abdb7b80480c53a3fe42cd45b81ccbea036c90 by Bernd Hufmann
swtbot: Make testOpenCloseOpen() for CFV/RV more robust

Use timeGraphIsReadyCondition() to make sure that timegraph is populated
before getting the content.

This should fix some intermittent failures in CI.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/KernelTimeGraphViewTestBase.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ControlFlowViewTest.java (diff)
Commit 1d5703a41f32d1e295647aff6cb40a95cf8b17f7 by Bernd Hufmann
doc: fix typos in API_POLICY.md

Fixes #13

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified API_POLICY.md (diff)
Commit 01c614c8b95544ad4e5e1cfb821b4b82bae59cac by Bernd Hufmann
doc: Fix links in CONTRIBUTING.md

- Fix link to coding style
- Point to CODE_OF_CONDUCT.md file in repository

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified CONTRIBUTING.md (diff)
Commit a05ccfe71ff5e40bcc621d102b3d2d19a724cf4c by Matthew Khouzam
tmf: Handle multiple jobs when updating statistics

When one job is already scheduled, the previous logic did not create
another job preventing subsequent selection from updating the UI in the
statistics view. This commit always computes a new job and cancels the
previous one if present.

[Fixed] Updating statistics now handles concurrent jobs correctly

Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
The file was modified tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/viewers/statistics/TmfStatisticsViewer.java (diff)