You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2022/05/17 19:30:30 UTC

[airavata-data-lake] branch master updated (0d8d9ad -> fe0f5f7)

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git


    from 0d8d9ad  Lowercasing label for conformity to GitHub requirements
     new 783ed0d  Implement load testing client, make config to disable authentication
     new 9cdaaed  Implement load testing client, make config to disable authentication
     new dbec7cb  Implement load testing client, make config to disable authentication
     new fe0f5f7  Merge pull request #91 from isururanawaka/test_framework

The 310 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/dist/conf/application.properties      |   3 +-
 .../drms/api/interceptors/Authenticator.java       |   9 +
 .../src/main/resources/application.properties      |   3 +-
 .../drms-api/src/main/resources/log4j2.xml         |   1 +
 loadtesting-utilities/pom.xml                      |  60 ++++
 .../datalake/loadtesting/LoadTestingServer.java    |  14 +
 .../loadtesting/handlers/LoadTestHandler.java      | 332 +++++++++++++++++++++
 .../src/main/resources/application.properties      |   8 +-
 pom.xml                                            |   1 +
 9 files changed, 427 insertions(+), 4 deletions(-)
 create mode 100644 loadtesting-utilities/pom.xml
 create mode 100644 loadtesting-utilities/src/main/java/org/apache/airavata/datalake/loadtesting/LoadTestingServer.java
 create mode 100644 loadtesting-utilities/src/main/java/org/apache/airavata/datalake/loadtesting/handlers/LoadTestHandler.java
 copy ansible/roles/mft/templates/controller/application.properties.j2 => loadtesting-utilities/src/main/resources/application.properties (89%)