TeamMentor / TM_4_0_Design

Repo Holds TM 4.x issues
4 stars 3 forks source link

[Q] Find out why Appveyor QA tests are not running #728

Open DinisCruz opened 9 years ago

DinisCruz commented 9 years ago

See https://ci.appveyor.com/project/DinisCruz/tm-4-0-qa

the tests are failing at

    | API | tests | GraphDB-API.test article_Html: 
  1) | API | tests | GraphDB-API.test article_Html
    | API | tests | GraphDB-API.test articles: 
  2) | API | tests | GraphDB-API.test articles
    | API | tests | GraphDB-API.test articles_Ids: 
  3) | API | tests | GraphDB-API.test articles_Ids

  4) | API | tests | Jade-API.test "before all" hook

  1 passing (4s)
  4 failing

  1) | API | tests | GraphDB-API.test article_Html:
     Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test. 

which looks to me to be caused by a lack of Desktop support

See comment at https://github.com/o2platform/FluentSharp/pull/58 , which gave me the clue to set up

image

@tekgirl77 can you have a got at trying to figure this out?

DinisCruz commented 9 years ago

@tekgirl77 it looks like it worked for these guys http://stackoverflow.com/questions/26586006/build-qt-project-from-appveyor

DinisCruz commented 9 years ago

@tekgirl77 I think the prob is with the Appveyor build script. see https://ci.appveyor.com/project/DinisCruz/tm-4-0-qa/build/1.0.32 it looks like it is trying to run the QA test scripts before the TM_Design and TM_QA tests

romichg commented 9 years ago

@DinisCruz @tekgirl77 is this one done?