Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created July 1, 2021 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melezhik/0b65ac1b3011ab242344ffd19c2f22d7 to your computer and use it in GitHub Desktop.
Save melezhik/0b65ac1b3011ab242344ffd19c2f22d7 to your computer and use it in GitHub Desktop.
regression tests for recently closed issues
[root@2834387600a8 r3tool]# $RAKUBIN -v
Welcome to ๐‘๐š๐ค๐ฎ๐๐จโ„ข v2021.06-31-gafab892db.
Implementing the ๐‘๐š๐ค๐ฎโ„ข programming language v6.d.
Built on MoarVM version 2021.06-6-g6977d0591.
[root@2834387600a8 r3tool]# tomty --only=rc_2021_07+closed
[27/40] / [4413] ....... 2 sec. OK
[32/40] / [make_dollar_work] ....... 1 sec. OK
[34/40] / [pr_4428] ....... 2 sec. OK
[37/40] / [pull_4415] ....... 5 sec. OK
[38/40] / [pull_4425] ....... 1 sec. OK
=========================================
(=: / [40] tests in 12 sec / (5) tests passed
@melezhik
Copy link
Author

melezhik commented Jul 1, 2021

[root@2834387600a8 r3tool]# tom install-rakudo-by-commit
[repository] :: index updated from file:///root/repo/api/v1/index
<<< Rakudo Install, version <89e12a980a66b00bb724a602ca6bb2bf56c89183> os >>>
[create directory /data/whateverable/] :: directory path: /data/whateverable/
[create directory /data/whateverable/] :: directory owner:
[create directory /data/whateverable/] :: directory group:
[create directory /data/whateverable/] :: directory access rights: drwxr-xr-x
[bash: unpack 89e12a980a66b00bb724a602ca6bb2bf56c89183] ::
skip-zef set to True, don't install zef ...
... Set user environment ...
[create file /root/.rakudoenv.bash] :: set target content
[create file /root/.rakudoenv.bash] :: touch target
[create file /root/.rakudoenv.bash] :: target created
[create file /root/.rakudoenv.bash] :: set target owner to root
[create file /root/.rakudoenv.bash] :: set target group to root
[create file /root/.rakudoenv.bash] :: set target mode to 644
[task-check] :: stderr: /root/.sparrow6/tmp/1470315/.checks//task.bash: line 2: test: export: binary operator expected
[task check] stdout match <target \s+ ( created || deleted )> True
[task check] stdout match True
[task check] stdout match True
[task check] stdout match True
new rakudo version is available at:
[bash: dump-rakudo-env] :: /tmp/whateverable/rakudo-moar/89e12a980a66b00bb724a602ca6bb2bf56c89183/bin/raku
[bash: dump-rakudo-env] :: Welcome to ๐‘๐š๐ค๐ฎ๐๐จโ„ข v2020.10.
[bash: dump-rakudo-env] :: Implementing the ๐‘๐š๐ค๐ฎโ„ข programming language v6.d.
[bash: dump-rakudo-env] :: Built on MoarVM version 2020.10.
to use installed Rakudo version in r3:
export RAKUBIN=/tmp/whateverable/rakudo-moar/89e12a980a66b00bb724a602ca6bb2bf56c89183/bin/raku
[root@2834387600a8 r3tool]# export sha=89e12a980a66b00bb724a602ca6bb2bf56c89183

@melezhik
Copy link
Author

melezhik commented Jul 1, 2021

[root@2834387600a8 r3tool]# tomty --only=rc_2021_07+closed --tags
4413 $["closed", "freeze", "rc_2021_07"]
make_dollar_work $["closed", "rc_2021_07"]
pr_4428 $["closed", "html5", "pr", "rc_2021_07", "pod"]
pull_4415 $["rc_2021_07", "closed", "fr"]
pull_4425 $["pr", "rc_2021_07", "closed"]
==========
[5] tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment