Skip to content

TimeSeriesFilter with embedded WindowCheck #1060

TimeSeriesFilter with embedded WindowCheck

TimeSeriesFilter with embedded WindowCheck #1060

Triggered via pull request September 18, 2024 15:35
@cpwrightcpwright
opened #6077
Status Failure
Total duration 14s
Artifacts

conventional-pr-check.yml

on: pull_request_target
pr-check
3s
pr-check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
pr-check
No release type found in pull request title "TimeSeriesFilter with embedded WindowCheck". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types: - feat: A new feature - fix: A bug fix - docs: Documentation only changes - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - refactor: A code change that neither fixes a bug nor adds a feature - perf: A code change that improves performance - test: Adding missing tests or correcting existing tests - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) - chore: Other changes that don't modify src or test files - revert: Reverts a previous commit
TestTimeSeriesFilter.testIncremental: io/deephaven/engine/table/impl/select/TestTimeSeriesFilter#L114
junit.framework.ComparisonFailure: en_i = 0 Result table has size 88 vs. expected 140 Column Date different from the expected set, first difference at row 0 encountered 2015-03-23T00:26:33.044Z expected 2015-03-23T00:01:11.164Z Column C1 different from the expected set, first difference at row 0 encountered 60 expected 55 expected:<... 0| [ 0|2015-03-23T00:01:11.164000000 ...| 55 1| 2|2015-03-23T00:02:48.890000000 ...| 30 2| 3|2015-03-23T00:06:16.974000000 ...| 17 3| 4|2015-03-23T00:09:43.867000000 ...| 98 4| 6|2015-03-23T00:15:02.625000000 ...| 35 5| 7|2015-03-23T00:18:47.265000000 ...| 49 6| 10|2015-03-23T00:19:46.259000000 ...| 75 7| 11|2015-03-23T00:26:33.044000000 ...| 60 8| 13|2015-03-23T00:47:03.153000000 ...| 20 9| 15|2015-03-23T01:32:10.533000000 ...| 87] > but was:<... 0| [11|2015-03-23T00:26:33.044000000 ...| 60 1| 13|2015-03-23T00:47:03.153000000 ...| 20 2| 15|2015-03-23T01:32:10.533000000 ...| 87 3| 18|2015-03-23T01:40:59.900000000 ...| 62 4| 21|2015-03-23T01:45:44.365000000 ...| 19 5| 24|2015-03-23T02:20:15.361000000 ...| 84 6| 27|2015-03-23T02:20:57.869000000 ...| 73 7| 28|2015-03-23T02:27:47.008000000 ...| 25 8| 29|2015-03-23T02:31:56.534000000 ...| 37 9| 32|2015-03-23T02:49:01.073000000 ...| 98] >