Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TPTP Miscellaneous"

 
(43 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
TPTP [http://www.eclipse.org/tptp/ main page] > [[TPTP|TPTP Wiki home]] >  
 
TPTP [http://www.eclipse.org/tptp/ main page] > [[TPTP|TPTP Wiki home]] >  
  
 +
== [[Bugzilla Housecleaning Processes]] ==
  
 +
== [[4.5 Component Reorganization]] ==
 +
 +
== [[Test Tools Project Code Snippets]] ==
 +
 +
== See the [[Wiki_tips]] Page for Tips on using the Wiki ==
 +
 +
== [[How to test TPTP with line level code coverage enabled]] ==
  
 
== [[How to "Smoke Test" the new technology agent controller]] ==
 
== [[How to "Smoke Test" the new technology agent controller]] ==
 +
 +
== [[4.5 Test Automation Initiative]] ==
 +
 +
== [http://wiki.eclipse.org/index.php/TPTP_Release_XML Updating the TPTP Project Matrix] ==
 +
 +
== [http://wiki.eclipse.org/index.php/TPTP_Build_Tools TPTP Build Tools] ==
 +
 +
== [http://wiki.eclipse.org/index.php/TPTP_Build TPTP Build] ==
  
 
== [[Different versions of TPTP from a build perspective]] ==
 
== [[Different versions of TPTP from a build perspective]] ==
Line 11: Line 27:
 
== [[Build to Manage]] ==
 
== [[Build to Manage]] ==
 
Here is some information about [[Build to Manage]]
 
Here is some information about [[Build to Manage]]
 +
== [[Profiling problems in 4.4]] ==
 +
Here is little problematic trip down profiling lane[[Profiling Problems in 4.4]]
 +
 +
== TPTP Model ==
 +
TPTP Model is covered in this page [[TPTPModel | TPTPModel]].
 +
 +
== TPTP Model Scalability ==
 +
===[[TPTP DMS]]===
 +
 +
In TPTP 4.4 there are two effort underway to improve the scalability of the persistence framework. The first is a longer term effort being done jointly with the COSMOS project to define a common set of data services for the kinds of data both projects deal with. This includes log, statistical and trace data as well as network topologies among other things. TPTP collects and provides access to this type of data in support of problem determination tasks done in a development an test environment. This is primarily done through an Eclipse based user interaction. COSMOS target larger scale execution environments than development and unit test, and also provides the prime user experience via a browser. For more information on the TPTP aspects of this effort follow this [[TPTP DMS | link]]. To read about COSMOS follow this [http://www.eclipse.org/cosmos  link].
 +
 +
The original TPTP DMS page can be found here [[TPTP_data_persistence_layer | TPTP data persistence layer]], which also contains information about the infrastracture used in the COSMOS EclipseCon 2007 demo.
 +
 +
===[[TPTP Test Log Scalability]]===
 +
The second effort is more near term focused but has similar scalability objectives. Basically by using the concepts implemented in the Log Analyzer "large log" support, we will provide an optional RDB storage system for test execution logs. This will optionally load all the data directly into a relational database, and the UI will only query out the needed information. The intent is to remove the current limitation of the Test perspective which holds all data in memory and thus limits the amount of information that can be processed. For more information follow this [[TPTP Test Log Scalability | link]].
 +
 +
== Eclipse DemoCamp TPTP Presentation ==
 +
[[Image:DemoCampTPTP07.pdf]]
 +
  
==[[TPTP Jan 07 face to face ]]==
+
== [[TPTP Installation with p2 Equinox]] ==
Here is the agenda and minutes as they evolve
+
  
 +
== [[Notes on Building AC on Mac OS X]] ==
  
==[[TPTP_Archive|Archived Information]]==
+
== [[4.7 Component Reorganization]] ==
Look here for archived posted information.
+
  
 +
== [[TPTP ramp down policy on Helios]] ==
  
== Quicklinks==
+
== [[TPTP retention policy]] ==
  
{| border="0" cellpadding="2" |
+
== [[TPTP project metrix]] ==
!width="200" style="background:mediumslateblue; color:white"|Resource
+
!width="500" style="background:mediumslateblue; color:white"|Description
+
+
|-
+
|TPTP Projct [http://www.eclipse.org/tptp/ home page]||Look here for information about TPTP project, user resources and about participating in a project.|-
+
| style="background:lightgrey"|Meetings || style="background:lightgrey"|
+
* [[Minutes_of_Community_Calls|Project Status Community Meetings]]
+
* [[COSMOS_Architecture_Meetings|Architecture Meetings]]
+
* [[COSMOS_resource_modeling|Resource Modeling]]
+
* [[COSMOS_Management_Enablement|Management Enablement]]
+
* [[COSMOS_data_collection|Data Collection]]
+
* [[COSMOS_data_reporting|Data Reporting]]
+
|-
+
|Documents||References to COSMOS related materials.
+
*[http://www.eclipse.org/proposals/cosmos/ COSMOS Proposal]
+
* [http://www.eclipse.org/proposals/cosmos/COSMOS%20Project%20Creation%20Review-v1.0a.pdf Cosmos Creation Review]
+
*[[COSMOS_Use_Cases|COSMOS Use Cases]]
+
|}
+

Latest revision as of 17:57, 9 March 2011

TPTP main page > TPTP Wiki home >

Bugzilla Housecleaning Processes

4.5 Component Reorganization

Test Tools Project Code Snippets

See the Wiki_tips Page for Tips on using the Wiki

How to test TPTP with line level code coverage enabled

How to "Smoke Test" the new technology agent controller

4.5 Test Automation Initiative

Updating the TPTP Project Matrix

TPTP Build Tools

TPTP Build

Different versions of TPTP from a build perspective

Performance comparisons of the 4.3 "new tech AC" vs. "the RAC" vs. "the IAC"

Build to Manage

Here is some information about Build to Manage

Profiling problems in 4.4

Here is little problematic trip down profiling laneProfiling Problems in 4.4

TPTP Model

TPTP Model is covered in this page TPTPModel.

TPTP Model Scalability

TPTP DMS

In TPTP 4.4 there are two effort underway to improve the scalability of the persistence framework. The first is a longer term effort being done jointly with the COSMOS project to define a common set of data services for the kinds of data both projects deal with. This includes log, statistical and trace data as well as network topologies among other things. TPTP collects and provides access to this type of data in support of problem determination tasks done in a development an test environment. This is primarily done through an Eclipse based user interaction. COSMOS target larger scale execution environments than development and unit test, and also provides the prime user experience via a browser. For more information on the TPTP aspects of this effort follow this link. To read about COSMOS follow this link.

The original TPTP DMS page can be found here TPTP data persistence layer, which also contains information about the infrastracture used in the COSMOS EclipseCon 2007 demo.

TPTP Test Log Scalability

The second effort is more near term focused but has similar scalability objectives. Basically by using the concepts implemented in the Log Analyzer "large log" support, we will provide an optional RDB storage system for test execution logs. This will optionally load all the data directly into a relational database, and the UI will only query out the needed information. The intent is to remove the current limitation of the Test perspective which holds all data in memory and thus limits the amount of information that can be processed. For more information follow this link.

Eclipse DemoCamp TPTP Presentation

File:DemoCampTPTP07.pdf


TPTP Installation with p2 Equinox

Notes on Building AC on Mac OS X

4.7 Component Reorganization

TPTP ramp down policy on Helios

TPTP retention policy

TPTP project metrix

Back to the top