This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 3eec390  Fixed couple of typos in the allocator.
     new 0581437  Removed unnecessary failure handling in agent HTTP API 
handlers.
     new 1adceaa  Performed RP-specific validations when adding/updating RP 
configs.
     new ae41c14  Removed `ROOT` requirements for 
`AgentResourceProviderConfigApiTest`.
     new c174b9d  Set master/agent flags in 
`AgentResourceProviderConfigApiTest` fixture.
     new 1eeeadb  Set master/agent flags in `StorageLocalResourceProviderTest` 
fixture.
     new a31509e  Added unit tests for adding/updating invalid resource 
provider configs.
     new 88b28f2  Moved the container ID prefix generation to 
`LocalResourceProvider`.
     new 6366b5c  Cleaned up residual containers when removing resource 
provider configs.
     new 678fa8b  Tested container cleanup in 
`AgentResourceProviderConfigApiTest.Remove`.
     new 454a16a  Added MESOS-9228 to the 1.7.1 CHANGELOG.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |   1 +
 src/resource_provider/daemon.cpp                   | 254 ++++++++++--
 src/resource_provider/local.cpp                    |  73 ++--
 src/resource_provider/local.hpp                    |  10 +-
 src/resource_provider/storage/provider.cpp         |  67 ++--
 src/resource_provider/storage/provider.hpp         |   9 +-
 src/slave/http.cpp                                 | 109 ++----
 .../agent_resource_provider_config_api_tests.cpp   | 433 ++++++++++++++-------
 .../storage_local_resource_provider_tests.cpp      | 112 ++----
 9 files changed, 665 insertions(+), 403 deletions(-)

Reply via email to