Bug 492460 - ControlFlowViewTest and others sometimes fail to open (or create?) synthetic-trace
Summary: ControlFlowViewTest and others sometimes fail to open (or create?) synthetic-...
Status: NEW
Alias: None
Product: Tracecompass
Classification: Tools
Component: LTTng (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 486207
  Show dependency tree
 
Reported: 2016-04-26 11:08 EDT by Marc-André Laperle CLA
Modified: 2016-04-26 11:20 EDT (History)
0 users

See Also:


Attachments
Console output (2.33 MB, text/plain)
2016-04-26 11:08 EDT, Marc-André Laperle CLA
no flags Details
Screen shot (67.06 KB, image/jpeg)
2016-04-26 11:19 EDT, Marc-André Laperle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2016-04-26 11:08:51 EDT
Created attachment 261258 [details]
Console output

It seems sometimes tests that are using synthetic-trace fail to open it in the editor.

01:35:37  testToolBarFollowCPUForwardBackward(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 27.436 sec
01:35:37  testKeyboardLeftRight(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 21.627 sec
01:35:37  testToolBarSelectNextPreviousEvent(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 28.814 sec
01:35:37  testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 10.037 sec
01:35:37  testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 21.489 sec  <<< ERROR!
01:35:37  org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find editor matching: with name '"synthetic-trace"'
01:35:37  	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:522)
01:35:37  	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:496)
01:35:37  	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:484)
01:35:37  	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:466)
01:35:37  	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.editor(SWTWorkbenchBot.java:216)
01:35:37  	at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotUtils.activateEditor(SWTBotUtils.java:505)
01:35:37  	at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelTestBase.before(KernelTestBase.java:129)
01:35:37  	at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest.before(ControlFlowViewTest.java:92)
Comment 1 Marc-André Laperle CLA 2016-04-26 11:19:41 EDT
Created attachment 261260 [details]
Screen shot