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

For rakudo star, make spectest_smolder doesn't post to smolder #2740

Closed
p6rt opened this issue Apr 29, 2012 · 5 comments
Closed

For rakudo star, make spectest_smolder doesn't post to smolder #2740

p6rt opened this issue Apr 29, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 29, 2012

Migrated from rt.perl.org#112682 (status was 'rejected')

Searchable as RT112682$

@p6rt
Copy link
Author

p6rt commented Apr 29, 2012

From @ronaldxs

It tries to get a git version for the smolder server and since it can't
find one for a basic rakudo star install t/spec it gets into trouble. A
cleaner fix can be put in when RT 112680 is resolved. Until then I
include a workaround​:

Take the Makefile rule below​:

spectest_smolder​: rakudo_test_run.tar.gz
  ./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

And rewrite to something like below which just comments out the line
and adds a new copy with a revised qqx[ ... ].

spectest_smolder​: rakudo_test_run.tar.gz
  ./perl6 -e "shell q[rakudo-star-2011.04].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"
spectest_smolder​: rakudo_test_run.tar.gz
# ./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl
-F architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

@p6rt
Copy link
Author

p6rt commented Apr 29, 2012

From emile38@gmail.com

unsubscribe

On Sun, Apr 29, 2012 at 12​:08 PM, Ron Schmidt
<perl6-bugs-followup@​perl.org>wrote​:

# New Ticket Created by Ron Schmidt
# Please include the string​: [perl #​112682]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=112682 >

It tries to get a git version for the smolder server and since it can't
find one for a basic rakudo star install t/spec it gets into trouble. A
cleaner fix can be put in when RT 112680 is resolved. Until then I
include a workaround​:

Take the Makefile rule below​:

spectest_smolder​: rakudo_test_run.tar.gz
./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

And rewrite to something like below which just comments out the line
and adds a new copy with a revised qqx[ ... ].

spectest_smolder​: rakudo_test_run.tar.gz
./perl6 -e "shell q[rakudo-star-2011.04].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"
spectest_smolder​: rakudo_test_run.tar.gz
# ./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl
-F architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

@p6rt
Copy link
Author

p6rt commented Apr 29, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented May 30, 2013

From @coke

On Sun Apr 29 09​:08​:26 2012, ronaldxs wrote​:

It tries to get a git version for the smolder server and since it can't
find one for a basic rakudo star install t/spec it gets into trouble. A
cleaner fix can be put in when RT 112680 is resolved. Until then I
include a workaround​:

Take the Makefile rule below​:

spectest_smolder​: rakudo_test_run.tar.gz
./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

And rewrite to something like below which just comments out the line
and adds a new copy with a revised qqx[ ... ].

spectest_smolder​: rakudo_test_run.tar.gz
./perl6 -e "shell q[rakudo-star-2011.04].fmt(qq[curl -F
architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"
spectest_smolder​: rakudo_test_run.tar.gz
# ./perl6 -e "shell qqx[git log -1 --pretty=format​:%H].fmt(qq[curl
-F architecture=i386 -F platform=linux -F evision=%s -F
report_file=@​rakudo_test_run.tar.gz -F username=parrot-autobot -F
password=qa_rocks
http://smolder.parrot.org/app/projects/process_add_report/5])"

Rakudo * has its own issue tracker - moving this to rakudo/star#24

Thanks for the report.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented May 30, 2013

@coke - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed May 30, 2013
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

No branches or pull requests

1 participant