Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Apr 4, 2022
1 parent 484cec0 commit 09b93fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.3
LABEL io.airbyte.name=airbyte/destination-e2e-test

1 comment on commit 09b93fe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

SonarQube Report

SonarQube report for Airbyte Connectors Destination E2E Test(#11654)

Measures

Name Value Name Value Name Value
Vulnerabilities 0 Code Smells 13 Lines of Code 439
Duplicated Blocks 0 Reliability Rating A Security Rating A
Quality Gate Status OK Bugs 0 Coverage 0.0
Lines to Cover 153 Duplicated Lines (%) 0.0 Blocker Issues 0
Critical Issues 11 Major Issues 2 Minor Issues 0

Detected Issues

Rule File Description Message
java:S5993 (MAJOR) logging/BaseLogger.java:20 Constructors of an "abstract" class should not be declared "public" Change the visibility of this constructor to "protected".
java:S1186 (CRITICAL) logging/LoggingConsumer.java:74 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S115 (CRITICAL) logging/TestingLogger.java:12 Constant names should comply with a naming convention Rename this constant name to match the regular expression '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
java:S115 (CRITICAL) logging/TestingLogger.java:13 Constant names should comply with a naming convention Rename this constant name to match the regular expression '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
java:S115 (CRITICAL) logging/TestingLogger.java:14 Constant names should comply with a naming convention Rename this constant name to match the regular expression '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
java:S1192 (CRITICAL) logging/TestingLoggerFactory.java:28 String literals should not be duplicated Define a constant instead of duplicating this literal "max_entry_count" 3 times.
java:S1186 (CRITICAL) e2e_test/FailAfterNDestination.java:50 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S1186 (CRITICAL) e2e_test/FailAfterNDestination.java:67 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S1186 (CRITICAL) e2e_test/SilentDestination.java:44 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S1186 (CRITICAL) e2e_test/SilentDestination.java:54 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S1068 (MAJOR) e2e_test/LoggingDestination.java:26 Unused "private" fields should be removed Remove this unused "LOGGER" private field.
java:S1186 (CRITICAL) e2e_test/ThrottledDestination.java:54 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
java:S1186 (CRITICAL) e2e_test/ThrottledDestination.java:67 Methods should not be empty Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.

Coverage (0.0%)

File Coverage File Coverage
src/main/java/io/airbyte/integrations/destination/e2e_test/FailAfterNDestination.java 0.0 src/main/java/io/airbyte/integrations/destination/e2e_test/logging/BaseLogger.java 0.0
src/main/java/io/airbyte/integrations/destination/e2e_test/logging/EveryNthLogger.java 0.0 src/main/java/io/airbyte/integrations/destination/e2e_test/logging/FirstNLogger.java 0.0
src/main/java/io/airbyte/integrations/destination/e2e_test/logging/LoggingConsumer.java 0.0 src/main/java/io/airbyte/integrations/destination/e2e_test/logging/RandomSamplingLogger.java 0.0
src/main/java/io/airbyte/integrations/destination/e2e_test/logging/TestingLoggerFactory.java 0.0 src/main/java/io/airbyte/integrations/destination/e2e_test/LoggingDestination.java 0.0
src/main/java/io/airbyte/integrations/destination/e2e_test/SilentDestination.java 0.0 src/main/java/io/airbyte/integrations/destination/e2e_test/TestingDestinations.java 0.0
src/main/java/io/airbyte/integrations/destination/e2e_test/ThrottledDestination.java 0.0

Please sign in to comment.