Skip to content

Move CsvMapper and Schema creation to constructor #223

Move CsvMapper and Schema creation to constructor

Move CsvMapper and Schema creation to constructor #223

Triggered via push September 11, 2024 23:14
Status Success
Total duration 31m 13s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

18 warnings and 13 notices
build (11, staticLogMetricsEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (11, staticLogMetricsEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (11, staticAggregateEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (11, staticAggregateEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (17, staticLogMetricsEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (17, staticLogMetricsEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (17, staticAggregateEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (17, staticAggregateEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (21, staticLogMetricsEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (21, staticLogMetricsEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (21, staticAggregateEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (21, staticAggregateEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (docker, staticLogMetricsEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (docker, staticLogMetricsEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (docker, staticAggregateEndToEndTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (docker, staticAggregateEndToEndTest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
All 3 runs failed: test_when_delimiterIsTab_then_parsedCorrectly() (org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest): org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest#L0
test-results/data-prepper-test-results-java-11/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml test-results/data-prepper-test-results-java-17/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml test-results/data-prepper-test-results-java-21/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml
All 3 runs failed: test_when_differentQuoteCharacter_then_parsesCorrectly() (org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest): org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest#L0
test-results/data-prepper-test-results-java-11/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml test-results/data-prepper-test-results-java-17/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml test-results/data-prepper-test-results-java-21/data-prepper-plugins/csv-processor/build/test-results/test/TEST-org.opensearch.dataprepper.plugins.processor.csv.CsvProcessorTest.xml
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
5680 tests found (test 1 to 560)
There are 5680 tests, see "Raw output" for the list of tests 1 to 560.
5680 tests found (test 561 to 1085)
There are 5680 tests, see "Raw output" for the list of tests 561 to 1085.
5680 tests found (test 1086 to 1412)
There are 5680 tests, see "Raw output" for the list of tests 1086 to 1412.
5680 tests found (test 1413 to 1771)
There are 5680 tests, see "Raw output" for the list of tests 1413 to 1771.
5680 tests found (test 1772 to 2108)
There are 5680 tests, see "Raw output" for the list of tests 1772 to 2108.
5680 tests found (test 2109 to 2685)
There are 5680 tests, see "Raw output" for the list of tests 2109 to 2685.
5680 tests found (test 2686 to 3320)
There are 5680 tests, see "Raw output" for the list of tests 2686 to 3320.
5680 tests found (test 3321 to 3928)
There are 5680 tests, see "Raw output" for the list of tests 3321 to 3928.
5680 tests found (test 3929 to 4399)
There are 5680 tests, see "Raw output" for the list of tests 3929 to 4399.
5680 tests found (test 4400 to 4955)
There are 5680 tests, see "Raw output" for the list of tests 4400 to 4955.
5680 tests found (test 4956 to 5471)
There are 5680 tests, see "Raw output" for the list of tests 4956 to 5471.
5680 tests found (test 5472 to 5680)
There are 5680 tests, see "Raw output" for the list of tests 5472 to 5680.