What does "Testless Builds" mean?
This is listed next to all our builds but they have tests. Unit tests are in MsTest.
What am I missing here?
OK, it's a simple bug in the plugin - it's not annotated as capable of providing test results. https://jira.atlassian.com/browse/BAM-9551 has a fixed version of the plugin attached to it.
I have tried implementating this plugin but it does not appear to be compatible with 3.1.4.
Is there another version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does anyone know the answer to this question? Any other resolution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only security fixes are released for 3.1.x, the plugin will not work with it. You should either upgrade your Bamboo installation or, if you don't want to upgrade Bamboo, backport the fix on your own. The plugin is open source and is hosted here: https://bitbucket.org/atlassian/bamboo-dotnet-plugin , You'd have to backport this changeset: https://bitbucket.org/atlassian/bamboo-dotnet-plugin/changeset/9f21639ce959
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I don't plan to build our own plugin version.
We'll have to live with this bug until our next Bamboo upgrade.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know what you use to build your code, but in my "Ant Configuration" task, there is a checkbox to indicate that the buid produces test results.
<input id="testChecked" class="checkbox handleOnSelectShowHide" style="font-size: 13px; font-family: Arial, Helvetica, sans-serif; margin-right: 5px; border-width: initial; border-color: initial; float: left; margin-top: 2px; width: 15px; border-style: none; padding: 2px;" type="checkbox" name="testChecked" value="true" checked="checked"/><label id="label_testChecked" style="float: none; display: inline; left: 0px; width: auto; margin: 0px;" for="testChecked">The build will produce test results</label>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In our case here it is Visual Studio 2010; and nowhere on the page is that checkbox. In fact I can't find it under any of the job configuration parameters, though I do remember its existence from prior versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to add a task to parse these results. See "Tests" section in Add Task wizard during job configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The builds already use MSTest Parser task.
All our tests do show on the test page but under 'Job Summary' > Recent History....all builds show 'Testless build'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can follow up ron.chan here on this. We have NUnit tests that are shown as being run under the specific build's "test" page, but on the job summary's recent history it only shows "Testless Build". This is occuring for us in version 3.2.2 of Bamboo. The tests are added as a task in part of the configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We use Bamboo version 3.1.4 and still have not received an explanation for this.
It's a little frustrating how responses are so far and few in between in this forum. We've gone through many iterations of Bamboo (2.2.3, 2.6.0, 2.6.3, 2.7.1, 3.1.3, 3.1.4) and to be honest, Bamboo has so many quirks and bugs that there should be a greater emphasis on supporting this product. I sense a ton of focus from
Atlassian's part on Jira and Confluence but if they don't take care of their Bamboo customers, there's a growing field of competitors in this market that's ready to welcome them with open arms.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.