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

SOAP::Client #517

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

SOAP::Client #517

AlexDaniel opened this issue Feb 8, 2019 · 2 comments
Assignees
Labels
PR sent Sent a pull review to the issue

Comments

@AlexDaniel
Copy link
Member

Module SOAP::Client cannot be installed (AlwaysFail), 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: SOAP::Client
===> Found: SOAP::Client:ver<1.0.0>:auth<github:retupmoca> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: SOAP::Client:ver<1.0.0>:auth<github:retupmoca> to /home/alex/Blin/data/zef-data/tmp/1549581629.13134.2596/P6-SOAP.git
===> Extraction [OK]: SOAP::Client to /home/alex/Blin/data/zef-data/store/P6-SOAP.git
===> Testing: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
could not parse XML
  in method new at /home/alex/Blin/installed/XML_0.0.4/sources/1F37A0A146215373427BCB5802D5E14D86007C18 (XML::Document) line 75
  in sub from-xml at /home/alex/Blin/installed/XML_0.0.4/sources/A0EA222513AC108689C724A974A9B28D2CE3D0DF (XML) line 9
  in method parse at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client/WSDL.pm6 (SOAP::Client::WSDL) line 23
  in method parse-url at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client/WSDL.pm6 (SOAP::Client::WSDL) line 19
  in method new at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client.pm6 (SOAP::Client) line 20
  in block <unit> at t/05-simple-service.t line 8

t/05-simple-service.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 

Test Summary Report
-------------------
t/05-simple-service.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
Files=1, Tests=0,  9 wallclock secs ( 0.02 usr  0.01 sys +  7.13 cusr  0.32 csys =  7.48 CPU)
Result: FAIL
===> Testing [FAIL]: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
Failed to get passing tests, but continuing with --force-test
===> Installing: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
===> Install [OK] for SOAP::Client:ver<1.0.0>:auth<github:retupmoca>

Ping @retupmoca

Previous ticket: #72

@jonathanstowe
Copy link

The raku-community-modules/SOAP#5 addresses the underlying problem with the live service that is used for the test but there is a problem with the test plan which I'll PR

@jonathanstowe jonathanstowe self-assigned this Feb 9, 2019
jonathanstowe added a commit to jonathanstowe/P6-SOAP that referenced this issue Feb 9, 2019
The previous invocation wasn't generating a usable plan

I've also rolled up the PR fixing the service used.

This should address Raku/ecosystem-unbitrot#517
@jonathanstowe
Copy link

Sent raku-community-modules/SOAP#6 to round everything up.

I also think it would be cool if plan * actually did work, perhaps inserting an END phaser or something that does what done-testing does. But that's something for another day.

@jonathanstowe jonathanstowe added the PR sent Sent a pull review to the issue label Feb 9, 2019
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
Projects
None yet
Development

No branches or pull requests

2 participants