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

tests: Load tests for spanner #1872

Closed
wants to merge 34 commits into from

Commits on Aug 6, 2024

  1. changes

    refactoring LT
    
    change
    
    change
    
    changes
    asthamohta committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9d4896f View commit details
    Browse the repository at this point in the history
  2. source

    asthamohta committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e353eaf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. change

    asthamohta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1608c5c View commit details
    Browse the repository at this point in the history
  2. change

    asthamohta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8e2f781 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. changes

    asthamohta committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e079e8e View commit details
    Browse the repository at this point in the history
  2. fix

    asthamohta committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0fa631e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. changes

    asthamohta committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e7fd9c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. tests

    asthamohta committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    25523c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    1f56b3f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. push tags during release (GoogleCloudPlatform#1824)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dcabc7b View commit details
    Browse the repository at this point in the history
  2. Update release to test-only (GoogleCloudPlatform#1827)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8d5acdf View commit details
    Browse the repository at this point in the history
  3. Delete release branch upon retry (GoogleCloudPlatform#1828)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e82be6f View commit details
    Browse the repository at this point in the history
  4. Reset release back (GoogleCloudPlatform#1831)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    04abfc0 View commit details
    Browse the repository at this point in the history
  5. Rollback YamlTemplate to 2.57 (GoogleCloudPlatform#1829)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    91f6731 View commit details
    Browse the repository at this point in the history
  6. DLQ UT (GoogleCloudPlatform#1825)

    * DLQ UT
    
    * source writer test
    
    * review comment fix
    aksharauke authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2fec5de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9c1c2e View commit details
    Browse the repository at this point in the history
  8. Removed order attribute from search index tokenlist key parts (Google…

    …CloudPlatform#1832)
    
    * Removed order attribute from search index tokenlist key parts
    
    * Ran mvn spotless:apply
    atask-g authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7e22f1a View commit details
    Browse the repository at this point in the history
  9. Do not run spanner-pr tests in Java PR (GoogleCloudPlatform#1826)

    * split java-pr
    
    * add common paths to spanner-pr trigger path
    Abacn authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bfd9b0c View commit details
    Browse the repository at this point in the history
  10. Add IT tests for handling schema update during spanner cdc to big que…

    …ry pipeline running (GoogleCloudPlatform#1730)
    
    * Seamlessly propagate schema changes made after pipelines starts running for Spanner Change Streams to BigQuery template.
    
    * Resolve merge conflicts
    
    * Fix missing columns in bq when initial record is UPDATE or DELETE
    
    * Improve test coverage for TypesUtils
    
    * Add IT tests for handling schema update during a running pipeline
    
    ---------
    
    Co-authored-by: Changyu Li <[email protected]>
    2 people authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dc93667 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6475f52 View commit details
    Browse the repository at this point in the history
  12. Fix a few dependency conflicts (GoogleCloudPlatform#1838)

    * Bump dataflow api version to rev20240624 for it-gcp
    
    * Fix logback dependency conflict
    Abacn authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    038a7da View commit details
    Browse the repository at this point in the history
  13. Add support for OAuth authentication to schema registry in the Kafka …

    …to Big Query Flex and Kafka to GCS flex templates. (GoogleCloudPlatform#1816)
    fozzie15 authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4e7398a View commit details
    Browse the repository at this point in the history
  14. test: Add tests for mapping PostgreSQL rows (GoogleCloudPlatform#1833)

    * test: Add tests for mapping PostgreSQL rows
    
    Adds tests for every type mapping available in PostgreSQL
    
    * docs: remove todo
    thiagotnunes authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b0d3146 View commit details
    Browse the repository at this point in the history
  15. Load test observability: automated regression detection framework (Go…

    …ogleCloudPlatform#1756)
    
    * Load test: automated regression detection framework
    
    * Correcting pom
    
    * addressing comments
    
    * addressing comments
    
    * Adding date in the github issue title
    
    * Changing the schedule to weekly
    darshan-sj authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a938631 View commit details
    Browse the repository at this point in the history
  16. Fix for custom logical types in DatastreamIO (GoogleCloudPlatform#1767)

    * Fix for custom logical types in DatastreamIO
    
    * remove setup.sh
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * added log
    
    * test
    
    * test fix
    
    * test fixes
    
    * removed logs
    shreyakhajanchi authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e05c0be View commit details
    Browse the repository at this point in the history
  17. Datastream->BigQuery Template Merge Failure (GoogleCloudPlatform#1835)

    * Create a workaround for wrong deserialization for _metadata_primary_keys JsonArray
    
    * Create a workaround for wrong deserialization for _metadata_primary_keys JsonArray
    
    * fix spotless error
    yair-harel authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d15696a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c44544 View commit details
    Browse the repository at this point in the history
  19. Terraform template to launch a sharded bulk migration (GoogleCloudPla…

    …tform#1819)
    
    * sharded terraform template to launch bulk template
    
    * Update vars
    
    * Update readme and yml
    
    * Upudate multiple jobs docs and add sharding config sample
    
    * Remove multiple-jobs sample
    
    * Edit code comment
    
    * Empty commit
    
    * Resolve comments
    
    * Add single migration sample
    
    * Update permissions
    
    * format
    
    * Add firewall config documentation
    
    * Updated readme as comments
    
    * MOdify VPC section and remove cloud sql bits
    Deep1998 authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3f96cd5 View commit details
    Browse the repository at this point in the history
  20. Revert "updating the default string to gson object for mongodb to big…

    …query da…" (GoogleCloudPlatform#1850)
    
    This reverts commit bf05990.
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0f487b8 View commit details
    Browse the repository at this point in the history
  21. Update release process (GoogleCloudPlatform#1852)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored and asthamohta committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7ec8155 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c10e57c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d169fee View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. chagesn

    asthamohta committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    12f7371 View commit details
    Browse the repository at this point in the history
  2. change

    asthamohta committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    295e9af View commit details
    Browse the repository at this point in the history