-
0 码力 |
15 页 |
798.50 KB
| 2 年前 3
-
Continuous Integration and Deployment with Docker and Rancher
Usman Ismail · Bilal Sheikh · January 2016
’ alt=‘OCR图片’/>
Contents
Introduction…2
Part 1: Continuous Integration…3
1.1 Challenges of Scaling with Docker...8
2.3.3 Using Docker Compose for build environments...9
1.4 Creating a Continuous Integration Pipeline…10
1.4.1 Branching Model...11
1.4.2 Creating CI pipeline with Jenkins...13
1.5 Summary…20 Continuous Deployment…21
2.1 Creating long running application environments…21
2.1.1 Creating an Integration environment in Rancher...22
2.1.2 Defining Compose templates...23
2.1.3 Creating an application
0 码力 |
47 页 |
1.96 MB
| 1 月前 3
-
cppcon_add_library(basic LIBRARIES Asio::asio)
add_subdirectory(tests)
0 码力 |
1 页 |
71.00 B
| 1 年前 3
-
Integration
Version 5.3.36-SNAPSHOT
## Table of Contents
1. REST Endpoints ..... 2
1.1. RestTemplate ..... 2
1.1.1. Initialization ..... 3
URIs ..... 3
Headers ..... 4
1.1.2. Body ..... 4 Configuration ..... 23
2.7.2. Client-side Configuration ..... 24
3. Enterprise JavaBeans (EJB) Integration ..... 26
3.1. Accessing EJBs ..... 26
3.1.1. Concepts ..... 26
3.1.2. Accessing Local SLSBs -lookup>
This part of the reference documentation covers Spring Framework’s integration with a number of technologies.
### Chapter 1. REST Endpoints
The Spring Framework provides two
0 码力 |
141 页 |
2.13 MB
| 2 年前 3
-
# Quickly Testing Qt Desktop Applications with Approval Tests
Clare Macrae (She/her)
clare@claremacrae.co.uk
16 September 2020
CppCon (Online)
## Audience: Developers testing Desktop GUIs, including 77/p2_1.jpg)
Approval Tests: claremacrae.co.uk/conferences/presentations.html
## Contents
## • Introduction
• Qt
—Setting Up Testing
—Error-prone Things
—Approval Tests
• Extras
-Tools
—Summary mission: Sustainable and efficient testing and refactoring of legacy code
– Co-author of “Approval Tests for C++”
• Consulting & training via “Clare Macrae Consulting Ltd”
– claremacrae.co.uk
• All
0 码力 |
77 页 |
6.96 MB
| 1 年前 3
-
03b62d48558839d4c3b7b180ef4/p3_2.jpg)
Debug
Deploy
## Test-Driven Development
Write tests
“Debug” the tests
Deploy

debugging.
## GOOD TESTS ARE
• Independent
• Repeatable
Fast
## DIFFERENT TESTS — ALL ARE NEEDED
Unit tests.
• Integration tests.
System tests.
• Acceptance tests.
## DIFFERENT TESTS AT DIFFERENT TIMES TIMES
• Iteratively / interactively.
• Pre-merge (aka Barrier Tests).
• Post-merge (aka Continuous Integration).
###### GIVEN ... WHEN ... THEN
Given a server with maximum accepted connections.
When
0 码力 |
50 页 |
2.04 MB
| 1 年前 3
-
## +24
## High-Performance Numerical Integration in the Age of C++26
VINCENT REVERDY
## High-Performance Numerical Integration in the Age of C++26
Vincent Reverdy
Laboratoire d'Annecy de Physique value_type origin = std::getO(c.back());
c.reserve(std::abs((t_back - t_lim) / dt_backup)); // Integration loop
for (std::size.t i = 0; t_ok && a_ok; ++i) {
t_new = origin + i * t_sign Toward an improved version
## I ntegration function (4/4)
// Execution of backward and forward integration
std::thread backward(loop, std::ref(past), -one, t_backward);
std::thread forward(loop, std::ref(future)
0 码力 |
57 页 |
4.14 MB
| 1 年前 3
-
Behavior-driven Tests for Microservices-based Algo Trading System
## Summary:
Introduction: This poster will introduce a test framework we use at Bloomberg to enable behavior-based tests in natural language often non-trivial to automate the system-level tests with external dependencies. Controlling external dependencies are especially important for algo tests since certain algo behaviors require hard-to-produce condition.
- Fully automated: Running tests are integrated into CI so also behaviors are regressed for any dependent code change.
- Natural language layer: Tests are written in natural language so they
0 码力 |
1 页 |
65.24 KB
| 1 年前 3
-
for Creating API Tests Low Effort API Testing for Microservices
## mesh dynamics
## Structure
## • What has changed?
– Migration to microservices triggering need for extensive API tests
## • Problem: Problem:
– Creating API tests is effort intensive
— Creating + maintainting E2E, service tests, component tests adds up very quickly
• What happens if you do not address the problem?
— Thorough test coverage outcome: Just create E2E tests
## • What is our solution?
— Leverage Istio sidecar to listen to API traffic data and create tests from the data
- 10x speed in creating API tests
• Can also be sped up
0 码力 |
21 页 |
1.09 MB
| 2 年前 3
-
haven't completed yet
Functional stateless
tests (thread) Pending — Started Details
Integration tests (asan) Pending — Started Details
Integration tests (release) Pending — Started Details
Performance
> Ссылка на отчет в статусах
> Артефакты сборки становятся релизными
## ClickHouse Unit
Tests for PR #5267
| Test name | Test status |
zkutil.zookee 0 码力 |
84 页 |
9.60 MB
| 2 年前 3
|