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

Fix qt tests and actually run them #2801

Merged
merged 2 commits into from
Mar 25, 2019
Merged

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Mar 22, 2019

Qt tests fail when binaries are compiled with DEBUG_LOCKORDER flag. In fact we don't even run them because of NO_QT=1 in all builds with RUN_TESTS=true. This should fix both issues.

@UdjinM6 UdjinM6 added this to the 14.0 milestone Mar 22, 2019
@codablock
Copy link

@UdjinM6 can you re-trigger Travis so that the new build gets out of the timeout situation?

@codablock
Copy link

I'm wondering, is there a reason why we can't change the linux64 build to not build with NO_QT=1? This would allow us to reuse the build.

@UdjinM6
Copy link
Author

UdjinM6 commented Mar 25, 2019

Hmm.. I remember we had some issues with qt back then but maybe they are solved already? Let's see what happens if we try to build with no "NO_QT=1" https://travis-ci.org/UdjinM6/dash/builds/510881067

EDIT: it succeeded 🎉 Re-enabling qt for all jobs.

@UdjinM6
Copy link
Author

UdjinM6 commented Mar 25, 2019

Re-enabled qt here, tests are green after another force-push.

Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit f87035d into dashpay:develop Mar 25, 2019
@UdjinM6 UdjinM6 deleted the qt_tests branch November 26, 2020 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants