Skip to content

Dependent Tests Bug In Synoptic #389

@GoogleCodeExporter

Description

@GoogleCodeExporter
Running all JUnit tests together in Synoptic will result in assertion failure 
due to dependent test bug in TraceParserTests.parseOutOfOrderMultipleRelation, 
line 1036 at the assertion:

assertTrue(expectedGraph.equalsWith(graph,
                new IBoolBinary<EventNode, EventNode>() {
                    @Override
                    public boolean eval(EventNode a, EventNode b) {
                        return (a.getEvent().equals(b.getEvent()));
                    }
                }));

Running only TraceParserTests will allow this test to pass without problem.

Original issue reported on code.google.com by [email protected] on 12 Oct 2014 at 3:31

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions