#232 module tests do not pass
Closed 6 years ago Opened 6 years ago by clime.

It fails at copr-cli build-module --url http://pkgs.fedoraproject.org/modules/testmodule/raw/master/f/testmodule.yaml module-testmoduleurl-beakertest-20180219220528 and then it gets stuck.

:: [  BEGIN   ] :: Running 'copr-cli build-module --url http://pkgs.fedoraproject.org/modules/testmodule/raw/master/f/testmodule.yaml module-testmoduleurl-beakertest-20180219220528'

Something went wrong:
Error: This URL seems to be wrong
:: [   FAIL   ] :: Command 'copr-cli build-module --url http://pkgs.fedoraproject.org/modules/testmodule/raw/master/f/testmodule.yaml module-testmoduleurl-beakertest-20180219220528' (Expected 0, got 1)

We might want to optionally fix it.


Thanks for reporting. There seems to be a problem with http:// vs https://.

http://pkgs.fedoraproject.org/modules/testmodule/raw/master/f/testmodule.yaml

returns

Forbidden
You don't have permission to access /modules/testmodule/raw/master/f/testmodule.yaml on this server.

Changing to https, I am being redirected to https://src.fedoraproject.org/modules/testmodule/raw/master/f/testmodule.yaml which works fine.

We should change the URL to this one.

Metadata Update from @clime:
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata