Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Kafka under third party tests #469

Merged
merged 4 commits into from
Jul 17, 2018

Conversation

suman-mitra
Copy link
Contributor

This PR is created to add Kafka under third party applications test. Below is the personal build which ran with the changes under my fork.

https://ci.adoptopenjdk.net/view/work%20in%20progress/job/test_personal/629/consoleFull

Build was successful but tests failed, for which we will raise defects..
Please review the changes and approve

ls .
pwd


Copy link
Contributor

@Mesbah-Alam Mesbah-Alam Jul 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra spaces here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

gradle -q
./gradlew jar


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra spaces

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Copy link
Contributor

@Mesbah-Alam Mesbah-Alam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

echo "java -version is: \n"
java -version

# Replace the following with the initial command lines that trigger execution of your test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace this template comment with something like "Initial command to trigger Kafka tests".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done..Replaced with "Initial command to trigger the execution of kafka test"

unzip \
vim \
wget

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra space

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

&& rm -rf gradle-4.5-bin.zip \
&& ln -s /usr/share/gradle/gradle-4.5/bin/gradle /usr/bin/gradle \
&& cd /

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra space

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TestConfig/playlist.xsd">
<test>
<testCaseName>kafka_test</testCaseName>
<command>docker run --rm -v $(JDK_HOME):/java adoptopenjdk-kafka-test:latest "jvm pos neg"; \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these "jvm pos neg" in the command section also used for Kafka tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed, have removed them now

@smlambert smlambert merged commit 8dc8d70 into adoptium:master Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants