1 / 6

Enterprise iRODS

Enterprise iRODS. What does Enterprise Mean. Properties of Enterprise Software. Availability, Scalability, Reliability, Security, Accessibility How will we achieve these ? Testing – Continuous Integration, Functional & Non- Functional

urbain
Download Presentation

Enterprise iRODS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Enterprise iRODS What does Enterprise Mean

  2. Properties of Enterprise Software Availability, Scalability, Reliability, Security, Accessibility How will we achieve these ? Testing – Continuous Integration, Functional & Non-Functional Code Hardening – Static Analysis, Code Review, Refactoring & Application of Best Practices Documentation & Packaging – System Specific Binary Packages, User Documentation & Cookbook Guides

  3. Continuous Integration Automated via a product called Hudson Risk reduction technique Push code frequently to the repository Build & Test for each new commit in order to catch defects as early as possible Automated CI removes a level of burden from developers and provides constant insight to the state of the project

  4. Automated Testing How do we know the product is successfully hardened? Track Testing by a Functional Testing Matrix – A matrix whose dimensions represent variables which may affect the behavior of the product: Platform, Configuration, Database, System Features Define exactly what configurations and features are supported Build libraries of test scripts for System Features Automate an exhaustive walk of the Testing Matrix for Platform, Database & Server Configuration Regular Testing driven by Hudson via a Celery Framework which runs on a Virtual Distributed testing grid Also useful for non-functional testing: Load Testing, Scalability

  5. Code Hardening Defensive Programming – anticipate errors and design to avoid them or identify them immediately when they occur Leverage Static Analysis Tools automatically to audit code regularly for common programming errors, potential vulnerabilities and security concerns Peer review code to catch errors missed by static analysis as well as potential design issues and opportunities for refactoring Refactor code leveraging industry “best practices” for security, extensibility & maintainability

  6. Documentation & Support Create iRODS Server installation packages for supported platforms: RPM, DEB, MSI, etc. Polish installation Procedure & Scripts for Source Installation Add support for remote ICAT configuration, automated MySQL installation, etc. Work towards a comprehensive offline Administration Guide Begin a Configuration Cookbook: Rule configurations for well known use cases

More Related