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

test: fix TAV tests for @cucumber/cucumber and @aws-sdk/client-s3 #1838

Merged
merged 7 commits into from
Dec 11, 2023

Commits on Nov 30, 2023

  1. test: fix TAV tests for @cucumber/cucumber and @aws-sdk/client-s3

    - Switch to 'npm run --ws test-all-versions ...' for running TAV tests,
      instead of 'lerna run test-all-versions ...' because nx sets
      'npm_config_legacy_peer_deps=true' which breaks
      '@cucumber/cucumber@9.1.2' install and could break other installs by
      ignoring 'peerDependencies'.
    - Skip the bad '@aws-sdk/client-s3@3.377.0' release in TAV tests.
    
    Also:
    - Reduce the number of versions of 'aws-sdk' and '@aws-sdk/*' packages
      test in TAV tests from 249, 143, and 132 versions currently, to 7
      each.
    - Add a top-level `npm run test-all-versions` script to run that script
      in all packages that have one. This is the equivalent of the
      "test-all-versions.yml" CI workflow.
    
    Fixes: open-telemetry#1828
    trentm committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    10a5db0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    93ae7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e664c0c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    da7afdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06427fb View commit details
    Browse the repository at this point in the history