Open in app

Sign In

Write

Sign In

Learn
Learn

156 Followers

Home

About

Sep 23

How to run a single testng test using gradle command line

I did a change in a test, and wanted to run just that one test from that one test file. ./gradlew <projectname>:<subprojectname>:test --tests com.mypackage.MyTestClassName.testForMyCurrentChange Let us look at that closer. test This is the gradle task that actually runs the test. — tests This is the parameter to the test task…

Gradle

1 min read

Gradle

1 min read


Jun 12

AWS:EC2

EC2 stands for Elastic Compute Cloud Secure, resizable compute capacity in the cloud. EC2 is completely controlled by the end user. Capacity management made easy With traditional server provisioning ( before EC2), a company needed to estimate upfront how much capacity it would need, and provision servers accordingly. …

Aws Ec2

3 min read

Aws Ec2

3 min read


Jun 12

AWS: IAM

Root account Root account is the account tied to the email address that you used to sign up for the AWS account. This account has the full administrative access for all the users and roles created under this account. Enable multi-factor authentication for your root account So, as soon as you…

AWS

3 min read

AWS

3 min read


Jun 12

AWS Cloud

AWS Cloud — what is it physically? It is a connected network of AWS regions. This map shows the underwater cabling between the AWS regions. This is what an AWS region is like physically.

AWS

2 min read

AWS Cloud
AWS Cloud
AWS

2 min read


Jun 7

AWS Elastic Load Balancing

Consider the scenario that you wanted to host your business website on AWS. Given that it is so much easier than procuring your own hardware, you want to use AWS. You containerized your application and ran it on your loaned EC2 instance. How would the public access it? Use Route53…

AWS

5 min read

AWS Elastic Load Balancing
AWS Elastic Load Balancing
AWS

5 min read


Jun 3

Amazon Elastic Container Service

Company: I have an application that evolves as business needs change and functionalities are implemented. Amazon: Sure, I can help you with deploying your applications, managing the scaling of your application based on traffic. C: That will be great. What service can I use? …

Amazon Ecs

5 min read

Amazon Elastic Container Service
Amazon Elastic Container Service
Amazon Ecs

5 min read


Jun 3

A CICD pipeline example

This is just a CICD pipeline. Not an exemplerary one, not a bad one, just one. What is the purpose of the pipeline? It is to push latest changes that the devs have implemented on to the test environment so that QA can test and validate the functionality. If you…

Ci Cd Pipeline

3 min read

A CICD pipeline example
A CICD pipeline example
Ci Cd Pipeline

3 min read


Jun 2

Use gradle right

Gradle leverages plugins Usually, build.gradle file would have a bunch of plugins applied. These plugins provide specific functionalities. Many of the targets that you are running might have come from these plugins. Read up the documentation of these plugins so you can use them right. …

Gradle

2 min read

Gradle

2 min read


Jun 2

Amazon ECS — Why is my task stuck in PROVISIONING state?

ECS is Elastic Container Service. It is a container orchestration service that is used to orchestrate containerized applications. Participants in the ecosystem ECS This is the maestro of the system. The Elastic Container Service which conducts the orchestra. Service/Task — Application container This is the dockerized application that you want running…

AWS

2 min read

Amazon ECS — Why is my task stuck in PROVISIONING state?
Amazon ECS — Why is my task stuck in PROVISIONING state?
AWS

2 min read


Jun 2

Mount FSX into AWS ECS EC2 tasks

I had a system of services running on AWS ECS EC2 instances, and I needed to create an FSX volume and mount the volume into the EC2 instances. Create the FSX volume from the AWS Console UI First, navigate the AWS Console UI and create the FSX volume. How do…

AWS

5 min read

Mount FSX into AWS ECS EC2 tasks
Mount FSX into AWS ECS EC2 tasks
AWS

5 min read

Learn

Learn

156 Followers

On a continuing learning journey..

Following
  • Lyubomyr (Lou) Reverchuk

    Lyubomyr (Lou) Reverchuk

  • Charles Scalfani

    Charles Scalfani

  • JCsEZSpeak

    JCsEZSpeak

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams