This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from aeab089  Merge pull request #14536: [BEAM-12168] Revert "[BEAM-12011] 
Eliminate WindowFn.getOutputTime method"
     new 75c0931  initial changes
     new 1d0585b  processing code
     new f6c176d  fixed errors
     new 44b6a45  fixed imports
     new 95d8658  updated configuration
     new fe5455b  updated the output format
     new b548931  added not run tests
     new 9129d92  added readme
     new ab5a511  deleted gradle jar
     new 5fed7bf  read output file from commandline
     new cb5375f  added code comments
     new c849f69  code comment
     new 6e29c8cb added Readme
     new 65ed159  added apache licence
     new 35f92e9  adding test categories
     new 0d7eb47  adding apache licence
     new 33763f5  review comment fix
     new be107d7  review comment fix
     new 4b93d00  initial changes
     new 918aaf6  processing code
     new 60533e9  fixed errors
     new c275a8b  fixed imports
     new 8120d45  updated configuration
     new 88b18de  updated the output format
     new dad20e9  added not run tests
     new 102c317  added readme
     new 70f9478  deleted gradle jar
     new 5e9290d  read output file from commandline
     new 8fbb56f  added code comments
     new 842245d  code comment
     new e2abf14  added Readme
     new 294586a  added apache licence
     new d69cc01  adding test categories
     new 9f62153  rebase with beam master
     new bc91fa1  adding apache licence
     new e3964ac  review comment fix
     new 627205b  review comment fix
     new 873f723  rebase with master
     new 830bd90  refactoring
     new 4690830  removed output file
     new e769b08  updated dependency
     new dcd1f47  minor update to readme
     new c730223  Merge pull request #13492 from [BEAM-2888]-GSoD: Script to 
generate data for capability matrix

The 31581 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .test-infra/validate-runner/README.md              |  38 +++++++
 .test-infra/validate-runner/build.gradle           |  64 +++++++++++
 .../java/org/apache/beam/validate/runner/Main.java |  62 +++++++++++
 .../beam/validate/runner/model/CaseResult.java     |  89 +++++++++++++++
 .../beam/validate/runner/model/Configuration.java  |  56 +++++-----
 .../beam/validate/runner/model/SuiteResult.java    |  31 ++++--
 .../beam/validate/runner/model/TestResult.java     |  36 ++++---
 .../validate/runner/service/ModeTestService.java   |  63 +++++++++++
 .../beam/validate/runner/service/TestService.java  | 119 +++++++++++++++++++++
 .../validate/runner/util/CategoryRetriever.java    |  53 +++++++++
 .../beam/validate/runner/util/FileReaderUtil.java  |  50 ++++-----
 .../src/main/resources/configuration.yaml          |  18 ++--
 .../src/main/resources/log4j.properties            |  10 +-
 settings.gradle.kts                                |   2 +
 14 files changed, 601 insertions(+), 90 deletions(-)
 create mode 100644 .test-infra/validate-runner/README.md
 create mode 100644 .test-infra/validate-runner/build.gradle
 create mode 100644 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/Main.java
 create mode 100644 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/model/CaseResult.java
 copy 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/udaf/ArrayAgg.java
 => 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/model/Configuration.java
 (50%)
 copy 
sdks/java/io/snowflake/src/test/java/org/apache/beam/sdk/io/snowflake/test/FakeSnowflakeIngestManager.java
 => 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/model/SuiteResult.java
 (63%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/BundleCheckpointHandler.java
 => 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/model/TestResult.java
 (63%)
 create mode 100644 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/service/ModeTestService.java
 create mode 100644 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/service/TestService.java
 create mode 100644 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/util/CategoryRetriever.java
 copy 
sdks/java/extensions/euphoria/src/test/java/org/apache/beam/sdk/extensions/euphoria/core/testkit/accumulators/LongCounter.java
 => 
.test-infra/validate-runner/src/main/java/org/apache/beam/validate/runner/util/FileReaderUtil.java
 (51%)
 copy .yamllint.yml => 
.test-infra/validate-runner/src/main/resources/configuration.yaml (73%)
 copy sdks/python/MANIFEST.in => 
.test-infra/validate-runner/src/main/resources/log4j.properties (71%)

Reply via email to