Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 455660 - Performance tests console logs link to wrong results
Summary: Performance tests console logs link to wrong results
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.5 M5   Edit
Assignee: David Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 454921
  Show dependency tree
 
Reported: 2014-12-18 11:20 EST by David Williams CLA
Modified: 2014-12-18 11:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2014-12-18 11:20:27 EST
While looking into another bug, after seeing some confusing "missing data" (timeout screen shots), I see that the "perflogs.php" file, sets 

$testresults="baseline";

That is correct for the "baseline logs" which are displayed with perfBaselinelogs.php, but for "current build" the logs are "performance". So that variable should be 

$testresults="performance";

Besides fixing in Git, should grep and see if any need fixing from previous I-builds or M4.
Comment 1 David Williams CLA 2014-12-18 11:36:15 EST
Fixed in Git: 

http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/commit/?id=6c8cc1f446e5e8578e4d64077b61486193081fa1

(and will make same fix in maintenance branch) 

And fixed following files "by hand" on download server: 

./N20141216-2000/perflogs.php 
./N20141214-2000/perflogs.php  
./I20141216-0800/perflogs.php  
./N20141215-2000/perflogs.php  
./I20141210-2000/perflogs.php 
./N20141217-2000/perflogs.php  
./M20141210-0900/perflogs.php  
./M20141217-0900/perflogs.php 
./S-4.5M4-201412102000/perflogs.php 
./N20141213-1500/perflogs.php