Skip to content

Dependent Tests Bug In Synoptic #389

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 bobyan...@gmail.com on 12 Oct 2014 at 3:31

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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