• Run Pull Request Python API,

  • Python API

    • Problem with MySQL

      icardenas@Mac-mini-de-Ivan python_api % docker-compose up Docker Compose is now in the Docker CLI, try docker compose up Creating network "python_api_default" with the default driver Creating network "mrq_network" with driver "bridge" Pulling db (mysql:5.7)... 5.7: Pulling from library/mysql ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

      • Solution: Use the linux platform.
    • Problem: Table 'performance_schema.session_variables' doesn't exist

      • Set set @@global.show_compatibility_56=ON;
      • mysql_upgrade -u root -p
  • Integrations

    #16 3116.6 Failed to build cryptography #16 3116.6 ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly

    • Solution: Use the linux platform.

    Tests

    M1

    • Run M1 All test (5gb RAM + 2GB swap and 5 cpus) = 576 seg (9.6 min), with python api with amd64 plataform
      • Screenshot
    • Run M1 all test 5gb + 2gb swap and 5 cpu without sqreen lib 110sec (~2 min)
      • Screenshot

    Windows

    • Run master all test 2.5GB + 1.5 GB swap + 2cpus = 429seg
      • Screenshot
    • Run M1 configuration = 278seg
      • Screenshot