juliehive
(julie m)
December 21, 2020, 4:32pm
1
Hi,
I’m getting “Data unavailable (Only data about the top 10 historical runs is stored)” under “Request Body” when running my tests in the collection runner
According to the below topics, this was a bug resolved in 2018. I haven’t been able to find anything that would help.
When I use Runner to run a test pass and then click on the test name I get a list of item to view:
Request URL
Request Headers
Request Body
Response Headers
Response Body
Clicking on any of these returns "Data unavailable (Only data about the top 10 historical runs is stored).
I used to be able to view the actual data but not anymore. How do I get it back? It makes debugging easier when it works.
I am trying to run my postman collection with the help of runner option while running the collection I am getting “Data unavailable” Error message and my script stop there itself.
Can anyone please guide me for same.
I am using postman version:6.1.4!
[Error]
Thank you
taehoshino
(Tae Hoshino)
December 23, 2020, 7:55pm
2
HI, thanks for reporting this and we are sorry for the hassle.
As you pointed out, the issue had been tracked here and is now closed:
opened 04:54PM - 07 Mar 18 UTC
closed 03:54PM - 09 Mar 20 UTC
bug
sync
collection-runner
product/runtime
## App Details:
Postman for Windows
Version 6.0.9
win32 6.1.7601 / x64
## … Issue Report:
1. Did you encounter this recently, or has this bug always been there: This issue occurred recently, after last update
2. Expected behaviour: In previous version, we can get information on every request in a collection after a run in collection runner.
3. Console logs (http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/ for the Chrome App, View->Toggle Dev Tools for the Mac app):
4. Screenshots (if applicable)
![2018-03-07 17_52_01-collection runner](https://user-images.githubusercontent.com/6094145/37105827-720f278e-2230-11e8-8f01-28dd6bd7b762.png)
<!--
Steps to reproduce the problem
-->
Since the last update, I cannot get any information in collection runner for any request
So that we can investigate further, can you tell me more information?
Your app version
Steps to reproduce
Whether this is happening to any collection or a specific collection only
Any relevant screenshots would be very helpful as well
Thanks!
are you sure you have request body set ? postman v 7.36.1 shows this when body is empty
I believe it was all related to this issue and @juliehive mentioned that it solved this problem.
this worked! thank you! and it looks like it got rid of the other issue i had when viewing Request Body as well.
2 Likes
if there are variable with same name in environment and data csv, then data csv will have precedence and the value from data csv will be overriding environment variable value .
so if the value in the column in csv is blank , then the varaible value will also be blank and you will see this behavior.
Thanks, Danny for confirming
juliehive
(julie m)
January 7, 2021, 9:46pm
6
I am on version Version 7.36.1, but as Danny mentions below, it was resolved when I changed my variables so my data file and postman environment were using different variable names.
Thanks for your help!