Skip to content

Files

Latest commit

f662ccf · May 9, 2024

History

History
This branch is 2 commits ahead of, 1607 commits behind aptos-labs/aptos-core:main.

testsuite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 2, 2024
Apr 15, 2024
May 4, 2024
May 9, 2024
Apr 2, 2024
May 3, 2024
Sep 28, 2023
Apr 22, 2024
Sep 5, 2023
Apr 30, 2024
Sep 1, 2023
May 4, 2024
Oct 29, 2023
Jul 26, 2023
Sep 12, 2022
Dec 7, 2022
May 24, 2023
Sep 28, 2023
Jun 21, 2023
Jun 15, 2023
Jul 15, 2023
Apr 15, 2024
Oct 2, 2023
Oct 27, 2023
Sep 1, 2023
May 24, 2023
May 24, 2023
Oct 29, 2023
Oct 29, 2023
May 24, 2023
Aug 9, 2023
Jul 26, 2023
Apr 12, 2024
Sep 12, 2023
Sep 1, 2023
Mar 27, 2024
Nov 28, 2023
Feb 15, 2023
Apr 17, 2023
Jul 26, 2023
May 2, 2024
May 24, 2023
Jun 21, 2023

Testsuites

This directory contains a mix of test utilities written in both Python and Rust

  • Forge - a unified cluster-testing framework for orchestrating both local swarm and large-scale kubernetes based Aptos workloads
  • Forge Wrapper - a set of Python utilities to schedule and manage Forge jobs on supported kubernetes clusters
  • Testcases - Forge test cases
  • Verify - Python utilities used to invoke replay-verify and module-verify workflows

Debugging

If you run into an issue like this:

no match for platform in manifest: not found

It is likely because you're on an ARM machine. Try running your command with DOCKER_DEFAULT_PLATFORM=linux/amd64, e.g.

DOCKER_DEFAULT_PLATFORM=linux/amd64 poetry run python indexer_grpc_local.py start