Application Routing for Testing Production Instances

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Information handling systems face challenges in efficiently managing and testing network-based applications, particularly in balancing production and updated instances to identify and fix bugs without disrupting user access or system performance.

Innovation Solution

The system implements a method to provide multiple instances of a network-based application, where privileged users access an updated instance, while others use a production instance, with application and database routing managing requests to ensure seamless testing and eventual rollout of the updated instance as the new production version.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If multiple instances of a network-based application are implemented for testing and production, then testing capability and system reliability are improved, but device complexity increases

Engineering Contradiction:
Improvesystem reliabilityVSAvoiddevice complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments the application into multiple instances (production instance and updated instance) that can be independently deployed and managed. Each instance operates separately with its own configuration, allowing testing to be isolated from production while maintaining system stability. The load balancer further segments traffic routing between instances based on testing requirements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A load balancer is introduced as an intermediary component that manages traffic distribution between production and updated instances. This intermediary abstracts the complexity of instance management from users and applications, automatically routing requests based on configured rules while simplifying the overall system architecture.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Manufacturing precision

If updated instance is tested with subset of users, then testing thoroughness is improved, but user access management complexity increases

Engineering Contradiction:
Improvetesting precisionVSAvoidaccess management complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The system applies local quality by providing different service qualities to different user groups. Privileged users are directed to the updated instance for testing purposes, while non-privileged users continue accessing the stable production instance. This localized approach enables precise testing control without affecting overall system accessibility.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The load balancer acts as an intermediary that implements user-based routing logic, automatically directing privileged users to the updated instance and non-privileged users to the production instance based on their authentication credentials, thereby managing access complexity centrally.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If seamless transition from production instance to updated instance is enabled, then user experience is improved, but routing management complexity increases

Engineering Contradiction:
Improveuser experienceVSAvoidrouting management complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The load balancer implements dynamic routing capabilities that can adjust traffic distribution in real-time based on testing progress, system performance, and configuration changes. This dynamic approach allows seamless transitions between instances without requiring manual intervention or causing service interruptions.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The load balancer serves as a smart intermediary that abstracts complex routing logic from the application layer, handling instance selection, health checking, and traffic routing automatically based on configurable rules, thereby simplifying routing management while enabling flexible transition strategies.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS10380005B2System and method for production testing of an application
Publication Date: 2019.08.13 DELL PROD LP
  • US10380005B2 patent drawing
  • US10380005B2 patent drawing
  • US10380005B2 patent drawing

AI summary

A method includes receiving an updated application instance, a database instance, or any combination thereof, provisioning a first subset of application servers with the updated application instance or access to the updated database instance, and identifying a subset of users from a plurality of users to provide access to the updated instance for testing purposes. The method further includes authenticating users of the plurality of users, providing users of the subset of users with access to the updated instance and other users of the plurality of users with access to a production instance during a testing period, and, after the testing period, providing the other users with access to the updated instance.