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

Sql logo #6066

Merged
merged 6 commits into from May 3, 2023
Merged

Sql logo #6066

merged 6 commits into from May 3, 2023

Conversation

ishleenk17
Copy link
Contributor

  • Enhancement

What does this PR do?

Update logo of SQL Input Package

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

@ishleenk17 ishleenk17 requested a review from a team as a code owner May 3, 2023 06:10
Copy link
Contributor

@muthu-mps muthu-mps left a comment

Choose a reason for hiding this comment

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

Looks good!

@elasticmachine
Copy link

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-05-03T06:18:28.408+0000

  • Duration: 14 min 20 sec

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@ishleenk17 ishleenk17 merged commit f313f5b into elastic:main May 3, 2023
3 checks passed
@elasticmachine
Copy link

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-05-03T06:14:33.359+0000

  • Duration: 35 min 11 sec

Test stats 🧪

Test Results
Failed 4
Passed 101
Skipped 0
Total 105

Test errors 4

Expand to view the tests failures

Check integrations / iis / iis: check / pipeline test: test-iis-access-75.log – iis.access
    Expand to view the error details

     null 
    

    Expand to view the stacktrace

     test case failed: Expected results are different from actual ones: --- want
    +++ got
    @@ -3,23 +3,25 @@
             {
                 "@timestamp": "2018-08-28T18:24:25.000Z",
                 "destination": {
    -                "address": [
    -                    "10.100.220.70",
    -                    "10.100.220.70"
    -                ],
    -                "port": 80
    -            },
    -            "ecs": {
    -                "version": "8.5.1"
    -            },
    -            "event": {
    -                "category": [
    -                    "web"
    +                "address": "10.100.220.70",
    +                "ip": "10.100.220.70",
    +                "port": 80
    +            },
    +            "ecs": {
    +                "version": "8.5.1"
    +            },
    +            "event": {
    +                "category": [
    +                    "web",
    +                    "network"
                     ],
                     "duration": 792000000,
                     "kind": "event",
                     "original": "2018-08-28 18:24:25 [10.100.220.70](http://10.100.220.70) GET / - 80 - [10.100.118.31](http://10.100.118.31) Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.3;+WOW64;+Trident/7.0;+.NET4.0E;+.NET4.0C;+.NET+CLR+3.5.30729;+.NET+CLR[+2.0.50727](tel:+2050727);+.NET+CLR+3.0.30729) 404 4 2 792",
    -                "outcome": "failure"
    +                "outcome": "failure",
    +                "type": [
    +                    "connection"
    +                ]
                 },
                 "http": {
                     "request": {
    @@ -35,11 +37,15 @@
                         "win32_status": 2
                     }
                 },
    -            "source": {
    -                "address": [
    +            "related": {
    +                "ip": [
                         "10.100.118.31",
    -                    "10.100.118.31"
    -                ]
    +                    "10.100.220.70"
    +                ]
    +            },
    +            "source": {
    +                "address": "10.100.118.31",
    +                "ip": "10.100.118.31"
                 },
                 "tags": [
                     "preserve_original_event"
     
    

Check integrations / mysql / mysql: check / pipeline test: test-mariadb-10-3-13.log – mysql.slowlog
    Expand to view the error details

     null 
    

    Expand to view the stacktrace

     test case failed: Expected results are different from actual ones: --- want
    +++ got
    @@ -35,10 +35,7 @@
                         "rows_affected": 0,
                         "rows_examined": 3145718,
                         "rows_sent": 10,
    -                    "schema": [
    -                        "employees-test",
    -                        "employees-test"
    -                    ],
    +                    "schema": "employees-test",
                         "tmp_disk_tables": 0,
                         "tmp_table": true,
                         "tmp_table_on_disk": false,
     
    

Check integrations / mysql / mysql: check / pipeline test: test-mysql-ubuntu-8-0-15.log – mysql.slowlog
    Expand to view the error details

     null 
    

    Expand to view the stacktrace

     test case failed: Expected results are different from actual ones: --- want
    +++ got
    @@ -84,10 +84,7 @@
                         "tmp_disk_tables": 0,
                         "tmp_tables": 1
                     },
    -                "thread_id": [
    -                    16,
    -                    16
    -                ]
    +                "thread_id": 16
                 },
                 "source": {
                     "domain": "localhost"
     
    

Check integrations / mysql / mysql: check / pipeline test: test-percona-ubuntu-8-0-15.log – mysql.slowlog
    Expand to view the error details

     null 
    

    Expand to view the stacktrace

     test case failed: Expected results are different from actual ones: --- want
    +++ got
    @@ -30,10 +30,7 @@
                         "rows_affected": 0,
                         "rows_examined": 3145718,
                         "rows_sent": 10,
    -                    "schema": [
    -                        "employees",
    -                        "employees"
    -                    ]
    +                    "schema": "employees"
                     },
                     "thread_id": 182
                 },
    @@ -94,10 +91,7 @@
                         "rows_affected": 0,
                         "rows_examined": 3145718,
                         "rows_sent": 10,
    -                    "schema": [
    -                        "employees",
    -                        "employees"
    -                    ],
    +                    "schema": "employees",
                         "tmp_disk_tables": 0,
                         "tmp_table": true,
                         "tmp_table_on_disk": false,
     
    

Steps errors 3

Expand to view the steps failures

Test integration: iis
  • Took 0 min 5 sec . View more details here
  • Description: eval "$(../../build/elastic-package stack shellinit)" ../../build/elastic-package test -v --report-format xUnit --report-output file --test-coverage
Test integration: mysql
  • Took 21 min 3 sec . View more details here
  • Description: eval "$(../../build/elastic-package stack shellinit)" ../../build/elastic-package test -v --report-format xUnit --report-output file --test-coverage
Google Storage Download
  • Took 0 min 0 sec . View more details here

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@elasticmachine
Copy link

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (4/4) 💚
Files 100.0% (4/4) 💚
Classes 100.0% (4/4) 💚
Methods 86.207% (50/58) 👎 -8.915
Lines 93.75% (405/432) 👍 5.025
Conditionals 100.0% (0/0) 💚

@elasticmachine
Copy link

Package sql - 0.0.2 containing this change is available at https://epr.elastic.co/search?package=sql

@ishleenk17
Copy link
Contributor Author

/test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants