Hi, from the FAQ:

Can sandbox projects be tested and reviewed?
Yes, also sandbox modules are indexed and can be tested. But they have a lower priority and are grayed in the search results. If the sandbox is not available yet in the autocomplete you can add it by entering the sandbox id (which you can find at the end of the URL of your project sandbox page) into the textfield and hit the "Launch sandbox" button.

Trying to launch a sandbox for my sandbox project: https://www.drupal.org/sandbox/donschoe/2270791
Via: http://simplytest.me/project/2270791/7.x-1.x-dev
Throws the following error:

Error message: The selected project 2270791 has no available releases.

Of course, sandbox projects are not allowed to have any releases at all. Maybe you could just check out the HEAD of the specified branch?

Comments

patrickd’s picture

With "releases" simplytest.me means tags & branches in git - we call it releases so non-git users can understand what it means, which leads to confusion for module maintainers who know that releases != tags/branches.

Instead of using "7.x-1.x-dev" you have to use "7.x-1.x" as that is a valid branch name.

Which does work properly in case of a sandbox of myself:
http://simplytest.me/project/1756466/7.x-1.x

In case of your sandbox there seems to be a bug when fetching the branches/tags for your project, that's why you get that error message.

I'll look into this and make sure your sandbox will work on simplytest.me too

Thanks for the report

patrickd’s picture

Status: Active » Fixed

I found a problem with parsing usernames which came up due to the recent upgrade of drupal.org.

Your project should now be testable with all branches and tags on simplytest.me!

have fun

donSchoe’s picture

Thanks, it's working now :-)

klausi’s picture

Status: Fixed » Active
patrickd’s picture

Status: Active » Fixed

Found the problem, I had to delete all known sandboxes from simplytest.me though as they've contained invalid data since d.o's change to cgit.

Sandboxes must now be manually reinserted by pasting the ID in and hitting the launch button, so as usual.

thanks for the report!

YesCT’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

znerol’s picture

Status: Closed (fixed) » Active

I'm seeing this again with a fresh distribution sandbox: http://simplytest.me/project/2448783

Local build (drush make build-image-replace-demo.make) works properly.

patrickd’s picture

Status: Active » Closed (fixed)

works for me on simplytest.me, with the link you provided :)

if you still have trouble, please open a new issue, thanks!