Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-4433

Implement a callback testing interface for the Executor Library

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.28.0
    • None

    Description

      Currently, we do not have a mocking based callback interface for the executor library. This should look similar to the ongoing work for MESOS-3339 i.e. the corresponding issue for the scheduler library.

      The interface should allow us to set expectations like we do for the driver. An example:

      EXPECT_CALL(executor, connected())
        .Times(1)
      

      Attachments

        Issue Links

          Activity

            People

              anandmazumdar Anand Mazumdar
              anandmazumdar Anand Mazumdar
              Vinod Kone Vinod Kone
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: