Skip to content

instana/agent-coding-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instana Agent team - Coding Assignment

This is a simple project for pair-programming during a coding assignment.

After requirements are met, it should be possible to compile and run the (integration) tests. The code will be evolved during the pairing session.

Requirements

The following requirements need to be met (installed) for the project to compile and run tests:

  • Java 8 - 11
  • Maven 3+
  • Docker (Please see the TestContainers Docker Requirements )
  • Any IDE of choice

With these requirements fulfilled, the project should compile and at least one of the integration tests should be "green".

Building & Running Tests

To build and execute tests run:

mvn clean verify

When running tests from the IDE, please make sure to first execute mvn package so that the fat-jar will be (re-)build before it gets mounted inside the test container.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages