Skip to content

failing test, subprocess. #42

@marvin-ad-martianum

Description

@marvin-ad-martianum

Do you have an idea what could be my problem? It happens on all my systems.


98% tests passed, 2 tests failed out of 117

Total Test time (real) =  34.87 sec

The following tests FAILED:
	 93 - Test_2D_in_3D_out_LTI.Unconstrained (Subprocess aborted)
	 94 - Test_2D_in_3D_out_LTI.Constrained (Subprocess aborted)
Errors while running CTest
Output from these tests are in: /home/marvin/code/DeePC/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
make: *** [Makefile:71: test] Error 8
make: Leaving directory '/home/marvin/code/DeePC/build'

        Start  93: Test_2D_in_3D_out_LTI.Unconstrained
 93/117 Test  #93: Test_2D_in_3D_out_LTI.Unconstrained ........Subprocess aborted***Exception:   1.34 sec
        Start  94: Test_2D_in_3D_out_LTI.Constrained
 94/117 Test  #94: Test_2D_in_3D_out_LTI.Constrained ..........Subprocess aborted***Exception:   1.33 sec

TEST_F(Test_2D_in_3D_out_LTI, Unconstrained)
{
    Controller controller{u_d, y_d, T_ini, target.size()};
    warm_up_controller(controller, system, Vector(1, 1));
    VectorXd y = control_system(controller, system, target, 2 * T_ini);
    expect_near(y, target[0], 0.05);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions