summaryrefslogtreecommitdiffstats
path: root/mqtt-tester
AgeCommit message (Expand)Author
2024-04-01Bump tokio from 1.36.0 to 1.37.0dependabot[bot]
2024-03-25Bump bytes from 1.5.0 to 1.6.0dependabot[bot]
2024-03-25Merge pull request #250 from TheNeikos/dependabot/cargo/miette-7.2.0Marcel Müller
2024-03-25Bump async-trait from 0.1.78 to 0.1.79dependabot[bot]
2024-03-25Bump miette from 5.10.0 to 7.2.0dependabot[bot]
2024-03-20cargo fmtMatthias Beyer
2023-04-10Build(deps): Bump clap from 4.1.11 to 4.2.1dependabot[bot]
2023-04-04Build(deps): Bump async-trait from 0.1.67 to 0.1.68dependabot[bot]
2023-04-04Merge #193 #194 #195bors[bot]
2023-04-03Build(deps): Bump tokio from 1.26.0 to 1.27.0dependabot[bot]
2023-04-03Build(deps): Bump miette from 5.6.0 to 5.7.0dependabot[bot]
2023-03-20Build(deps): Bump clap from 4.1.8 to 4.1.11dependabot[bot]
2023-03-20Merge #185 #186 #187bors[bot]
2023-03-20Build(deps): Bump async-trait from 0.1.66 to 0.1.67dependabot[bot]
2023-03-20Build(deps): Bump miette from 5.5.0 to 5.6.0dependabot[bot]
2023-03-06Build(deps): Bump tokio from 1.25.0 to 1.26.0dependabot[bot]
2023-03-06Merge #179 #180 #181bors[bot]
2023-03-06Build(deps): Bump clap from 4.1.6 to 4.1.8dependabot[bot]
2023-03-06Build(deps): Bump async-trait from 0.1.64 to 0.1.66dependabot[bot]
2023-02-20Build(deps): Bump clap from 4.1.4 to 4.1.6dependabot[bot]
2023-02-06Build(deps): Bump bytes from 1.3.0 to 1.4.0dependabot[bot]
2023-02-06Build(deps): Bump async-trait from 0.1.63 to 0.1.64dependabot[bot]
2023-01-30Merge #170bors[bot]
2023-01-30Build(deps): Bump clap from 4.1.1 to 4.1.4dependabot[bot]
2023-01-30Build(deps): Bump tokio from 1.24.2 to 1.25.0dependabot[bot]
2023-01-23Merge #153 #167bors[bot]
2023-01-23Fix: Send CONNACK in WaitForConnectMatthias Beyer
2023-01-23Fix: The string length is a byte 4, not 5Matthias Beyer
2023-01-23Fix: Read from connection until no more bytes are returnedMatthias Beyer
2023-01-23Merge #164bors[bot]
2023-01-23Bump versionMarcel Müller
2023-01-23Merge #152bors[bot]
2023-01-23Bump async-trait from 0.1.61 to 0.1.63dependabot[bot]
2023-01-20Merge #157bors[bot]
2023-01-20Add logging in WaitForConnect behaviour testMatthias Beyer
2023-01-20Instrument wait_and_check() implementationMatthias Beyer
2023-01-19Reimplement execution of behaviour tests with helper fnMatthias Beyer
2023-01-19Use check result as return value if binary succeededMatthias Beyer
2023-01-19Merge #155bors[bot]
2023-01-19Fix: Remove readMatthias Beyer
2023-01-19Let BehaviourTest::execute() return Result<ReportResult>Matthias Beyer
2023-01-19Let Command::wait_and_check() return Result<ReportResult>Matthias Beyer
2023-01-19Impl From<bool> for ReportResultMatthias Beyer
2023-01-19Add error contextsMatthias Beyer
2023-01-19Add tracing instrumentationMatthias Beyer
2023-01-19Reimpl check as PacketInvariant: ConnectPacketProtocolNameMatthias Beyer
2023-01-19Add log output during behaviour test executionMatthias Beyer
2023-01-19Fix: Execute behaviour test and client future concurrentlyMatthias Beyer
2023-01-19Fix: Execute behaviour tests properlyMatthias Beyer
2023-01-19Fix: Do not tell client to quitMatthias Beyer