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

PDF::Class #492

Open
AlexDaniel opened this issue Feb 8, 2019 · 6 comments
Open

PDF::Class #492

AlexDaniel opened this issue Feb 8, 2019 · 6 comments
Assignees
Labels
PR sent Sent a pull review to the issue works for me Does not seem to be any problem

Comments

@AlexDaniel
Copy link
Member

Module PDF::Class cannot be installed (ZefFailure), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: PDF::Class
«timed out after 600 seconds»

Ping @p6-pdf

Previous ticket: #105

@JJ JJ self-assigned this Feb 8, 2019
JJ added a commit to JJ/PDF-Class-p6 that referenced this issue Feb 8, 2019
JJ added a commit to JJ/PDF-Class-p6 that referenced this issue Feb 8, 2019
@JJ JJ added the PR sent Sent a pull review to the issue label Feb 8, 2019
@AlexDaniel
Copy link
Member Author

I think the problem here is that tests take a reaallly long time…

@JJ
Copy link
Collaborator

JJ commented Feb 9, 2019

The problem was that the source URL didn't exist. I just fixed that. The tests take some time, that's true, but the main problem is that it's installing a whole lot of other modules.

@AlexDaniel
Copy link
Member Author

But this:

«timed out after 600 seconds»

Indicates that the tests were actually running (dependencies were already installed at that point), but they just took a really long time. I don't know what should be done here, maybe it is unreasonable to have so many tests which users have to run when installing the module.

@JJ
Copy link
Collaborator

JJ commented Feb 9, 2019

Well, it's PDF, it's got lots of things to test, they're testing PDF functions and capabilities. Can't you increase testing time?

@JJ
Copy link
Collaborator

JJ commented Feb 9, 2019

It takes 24 minutes in Travis. So you should triple that time.

@dwarring
Copy link

dwarring commented Feb 11, 2019

Testing is not that intensive, just that there's a lot of that needs to be compiled and tested with around 110 source files.

@dwarring dwarring added the works for me Does not seem to be any problem label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR sent Sent a pull review to the issue works for me Does not seem to be any problem
Projects
None yet
Development

No branches or pull requests

3 participants