Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Refactoring, fixes for 80, 81 #82

Merged
merged 6 commits into from
Jul 26, 2017
Merged

Conversation

smecsia
Copy link
Member

@smecsia smecsia commented May 11, 2017

No description provided.

}

if (all.baseDirIsGenerated()) {
if (!deleteQuietly(all.baseDir())) {
Copy link
Member

Choose a reason for hiding this comment

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

MAJOR Merge this if statement with the enclosing one. rule

Playing around shutdown feedback (fixes yandex-qatools#80).
Trying to indicate 2 patterns for executable (refs yandex-qatools#81).
@qatools-ci
Copy link
Member

SonarQube analysis reported 1 issue:

  • MAJOR 1 major

Watch the comments in this conversation to review them.

@@ -18,6 +18,9 @@
public void testDownloads() throws IOException {
IArtifactStore artifactStore = new PostgresArtifactStoreBuilder().defaults(Command.Postgres).build();

if(true){
Copy link
Contributor

@BorzdeG BorzdeG Jul 19, 2017

Choose a reason for hiding this comment

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

@smecsia WTF ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup. OMG. This is temporary. Rule is "Don't commit after 12pm:)"

Copy link
Contributor

Choose a reason for hiding this comment

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

Use the @ignore annotation from JUnit - so in the logs you will see the disabled tests

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

@BorzdeG I know about it, don't worry :).

@smecsia smecsia merged commit 6e28a4c into yandex-qatools:master Jul 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants