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

fix(lambda): deprecate Python3.6 #19988

Merged
merged 7 commits into from
Jun 7, 2022
Merged

Commits on May 27, 2022

  1. Just commit the code changes

    rix0rrr committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f72d445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19dec5c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. fix(integ-runner): catch snapshot errors, treat --from-file as comm…

    …and-line
    
    Snapshot errors
    ---------------
    
    The constructor of `IntegSnapshotRunner` calls `loadManifest()`, which
    on my computer happened to fail and stopped the entire test suite
    because this error happened outside the `try/catch` block.
    
    Move it inside the try/catch block, needed a bit of refactoring to
    make sure we could still get at the test name.
    
    `--from-file`
    -------------
    
    Instead of having `--from-file` require a JSON file with its own
    structure, interpret it as a text file which gets treated exactly
    the same as the `[TEST [..]]` arguments on the command line.
    
    This still allows for the `--exclude` behavior by setting that flag
    on the command-line.
    
    Refactoring
    -----------
    
    Moved the logic around determining test names and directories into a
    class (`IntegTest`) which is a convenience class on top of a static data
    record (`IntegTestInfo`). We pass the data record to worker threads.
    rix0rrr committed May 30, 2022
    Configuration menu
    Copy the full SHA
    1b53c9b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Update snapshots

    rix0rrr committed May 31, 2022
    Configuration menu
    Copy the full SHA
    def3389 View commit details
    Browse the repository at this point in the history
  2. Update test

    rix0rrr committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1624993 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641add3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge remote-tracking branch 'origin/v1-main' into huijbers/deprecate…

    …-python-3.6
    
    # Conflicts:
    #	packages/@aws-cdk/integ-runner/lib/runner/integration-tests.ts
    #	packages/@aws-cdk/integ-runner/lib/workers/extract/extract_worker.ts
    #	packages/@aws-cdk/integ-runner/lib/workers/integ-snapshot-worker.ts
    RomainMuller committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    655ba9f View commit details
    Browse the repository at this point in the history