Giter Site home page Giter Site logo

elastest-torm's Introduction

License badge Documentation badge Build Status

Copyright © 2017-2019 Universidad Rey Juan Carlos. Licensed under Apache 2.0 License.

What is ElasTest

ElasTest is a platform aimed to ease end to end testing of distributed systems. The two key features of the platform are: 1) Provide an easy deployment process and easy access to the necessary services usually involved in an end to end test and 2) Provide easy-to-use tools to show and analyze logs and metrics of all elements involved in an end to end test.

For example, suppose a typical three tier web application with a database. A basic e2e test has the following components: the test itself, web browser, web application and database. All those elements have to be properly deployed, linked and executed, and all of them can generate logs and metrics of several types (CPU, memory, network packets…). A test being executed in ElasTest can make direct use of multiple integrated services (such as Web Browsers), and the tester can see all that monitoring information in the same graphical user interface and with advanced analysis features.

Documentation

ElasTest provides detailed documentation including tutorials, installation and development guide. You can check it out here.

Source

Source code for other ElasTest projects can be found in the GitHub ElasTest Group.

News

Follow us on Twitter @elastestio.

Licensing and distribution

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contribution policy

You can contribute to the ElasTest community through bug-reports, bug-fixes, new code or new documentation. For contributing to the ElasTest community, you can use the issue support of GitHub providing full information about your contribution and its value. In your contributions, you must comply with the following guidelines

  • You must specify the specific contents of your contribution either through a detailed bug description, through a pull-request or through a patch.
  • You must specify the licensing restrictions of the code you contribute.
  • For newly created code to be incorporated in the ElasTest code-base, you must accept ElasTest to own the code copyright, so that its open source nature is guaranteed.
  • You must justify appropriately the need and value of your contribution. The ElasTest project has no obligations in relation to accepting contributions from third parties.
  • The ElasTest project leaders have the right of asking for further explanations, tests or validations of any code contributed to the community before it being incorporated into the ElasTest code-base. You must be ready to addressing all these kind of concerns before having your code approved.

Support

ElasTest project provides community support through the ElasTest Public Mailing List, this repo Issue tracker and through StackOverflow using the tag elastest.


Funded by the European Union

elastest-torm's People

Contributors

bonigarcia avatar csantosm avatar edujgurjc avatar franciscordiaz avatar gortazar avatar gtunon avatar gulyx avatar maes95 avatar micaelgallego avatar nordri avatar radoslavvlaskovski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

elastest-torm's Issues

Failed to build

@franciscoRdiaz @micaelgallego @EduJGURJC cannot build the project elastest/elastest-torm/elastest-torm/
.
Is that "normal"?
Why I should need a private key in order to build?

Any suggestion?

[INFO]
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ elastest-torm ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ elastest-torm ---
[INFO] Failsafe report directory: ... ...
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ elastest-torm ---
gpg: no default secret key: Nessuna chiave segreta
gpg: signing failed: Nessuna chiave segreta
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

TJob attributes aren't shown up to date

When I select the project Project "EIMe2e", the TJob "EIM e2e tjob" appears with the following attributes (see attached image "e2e-test-tjob-gui-wrong.png"):

  • Last Execution = "Not Executed Yet"
  • Result = null

e2e-test-tjob-gui-wrong

This is wrong because this TJob has been executed several times some days ago.

When I check the selection box (see attached image "e2e-test-tjob-gui-right.png") or simply by selecting with the mouse one of the attributes's text in the GUI, the TJob description gets automatically updated with the last information:

  • Last Execution = "10 days ago"
  • Result = OK

e2e-test-tjob-gui-right

Can't deploy a dockerized SUT using commands

Characteristics

  • Issue Type: bug
  • Reproducibility: always,
  • Severity: [major, crash]
  • Tool/Service/Component: [Elastest Torm, elastest/eim-sut:latest]
  • Execution Environment: [Linux VM]
  • Reporter: Fernando Mendez Requena - [email protected]

Description

There is no possibility to launch a dockerized SUT by adding flags commands into the RUN stattment as Readme said in chapter "SuT deployed by ElasTest: With Commands Container". This behaivour cause a crash into EIM Api Rest tests reporting as a connection refused, also cause a build failed to e2e tests

Steps to reproduce

image

Command Line / Options

docker pull elastest/eim-sut:latest; docker run --rm --cap-add=NET_ADMIN --name $ET_SUT_CONTAINER_NAME elastest/eim-sut:latest;

Other files and URLs

Relationships

Elastest Instrumentation Manager

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.