ThorstenC
ThorstenC

Reputation: 1314

Why one tfs build summary shows test results on one machine, not on another

I have a TFS build and some unit tests. Build runs, test runs on build server. But: On one machine, I can see test results, not on another. See screenshots. (Ignore the failed tests, there is no test results that's the matter)

The same is on the web-UI: with one user account I can see "test Results" and stats, on another machine (with another user account) there is a message "Test result with ID 123 not found or deleted".

I even don't know where the Test Result file might be located. Is there a permission problem?

different content, same build summary

Upvotes: 1

Views: 146

Answers (1)

Tore Østergaard
Tore Østergaard

Reputation: 4602

The test results are stored in the collection database so given that the two users have the same rights on the team project they should be able to see the same build details.

You could investigate if the two users have appointed different Access level (license level) through the admin pages: http://TFS_SERVER:8080/tfs/_admin/_licenses. I am not completely sure if a Stakeholder is allowed to see test results from builds.

Upvotes: 1

Related Questions