Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signing_abort test group not executed automatically #3250

Open
uwiger opened this issue Apr 29, 2020 · 0 comments
Open

signing_abort test group not executed automatically #3250

uwiger opened this issue Apr 29, 2020 · 0 comments
Labels
area/statechannels Issues or PRs related to state channels area/tests Issues or PRs related to tests status/approved Has been prioritized and acked to work on.

Comments

@uwiger
Copy link
Member

uwiger commented Apr 29, 2020

Expected Behavior

The signing_abort test group in aesc_fsm_SUITE should be run automatically.

Actual Behavior

They are not. If run explicitly, they fail, probably because they haven't been run in quite a while.

Steps to Reproduce the Problem

  1. make ct-latest SUITE=apps/aechannel/test/aesc_fsm
  2. Observe in the resulting test HTML output that the group didn't run
  3. make ct-latest SUITE=apps/aechannel/test/aesc_fsm GROUP=signing_abort
  4. Observe the tests fail

Configuration, logs, error output, etc.

  • Common Test log output from failing test caseupdate_with_signing_abort
*** User 2020-04-29 13:45:09.723 ***
<0.3373.0> at 2987: Outer timeout. Q = [{aesc_fsm,<22178.804.0>,
                                         #{channel_id =>
                                            <<157,219,99,98,223,161,61,23,76,
                                              16,135,186,91,139,94,40,164,10,
                                              128,40,34,163,14,89,18,105,248,
                                              234,244,17,158,161>>,
                                           info => aborted_update,tag => info,
                                           type => report}},
                                        {timeout,
                                         #Ref<0.3586119842.2941255681.210082>,
                                         receive_from_fsm}]

*** CT Error Notification 2020-04-29 13:45:09.724 ***
aesc_fsm_SUITE:receive_from_fsm_ failed on line 2988
Reason: outer_timeout

Full error description and stacktrace



=== Ended at 2020-04-29 13:45:09
=== Location: [{aesc_fsm_SUITE,receive_from_fsm_,2988},
              {aesc_fsm_SUITE,receive_from_fsm,2951},
              {aesc_fsm_SUITE,op_with_signing_abort,1063},
              {test_server,ts_tc,1546},
              {test_server,run_test_case_eval1,1062},
              {test_server,run_test_case_eval,994}]
=== Reason: outer_timeout
  in function  aesc_fsm_SUITE:receive_from_fsm_/6 (/home/uwiger/ae/5/aeternity/apps/aechannel/test/aesc_fsm_SUITE.erl, line 2988)
  in call from aesc_fsm_SUITE:receive_from_fsm/5 (/home/uwiger/ae/5/aeternity/apps/aechannel/test/aesc_fsm_SUITE.erl, line 2951)
  in call from aesc_fsm_SUITE:op_with_signing_abort/6 (/home/uwiger/ae/5/aeternity/apps/aechannel/test/aesc_fsm_SUITE.erl, line 1063)
  in call from test_server:ts_tc/3 (test_server.erl, line 1546)
  in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1062)
  in call from test_server:run_test_case_eval/9 (test_server.erl, line 994)
=== 
*** update_with_signing_abort failed.
    Skipping all other cases in sequence.```

@uwiger uwiger added the area/statechannels Issues or PRs related to state channels label Apr 29, 2020
@uwiger uwiger added this to To do in State Channels via automation Apr 29, 2020
@tolbrino tolbrino added area/tests Issues or PRs related to tests status/approved Has been prioritized and acked to work on. labels Apr 29, 2020
@velzevur velzevur added this to To do in Maintenance Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/statechannels Issues or PRs related to state channels area/tests Issues or PRs related to tests status/approved Has been prioritized and acked to work on.
Projects
Maintenance
  
To do
State Channels
  
To do
Development

No branches or pull requests

2 participants