[GODRIVER-3065] Update Atlas testing for v2 Created: 06/Dec/23  Updated: 11/Dec/23

Status: Backlog
Project: Go Driver
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Unknown
Reporter: Preston Vasquez Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Gantt Dependency
has to be done after GODRIVER-2724 Move internal-only packages to "inter... Closed
Quarter: FY24Q3, FY24Q4
Documentation Changes Summary:

1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?


 Description   

Context

The Go Driver is moving most of it's integration testing logic to the internal package, which will break the master version of drivers-atlast-testing [here](https://github.com/mongodb-labs/drivers-atlas-testing/blob/master/integrations/go/install-driver.sh).

Since mtest is being internalized, the logic in workload_executor_test.go will need to be moved to the internal/test akin to build-oss-fuzz-corpus.

Definition of done

Update script to use v2 where the bash file looks something like this:

#!/bin/bash
 
set -ex
 
echo "INSTALLING DRIVER"
 
# 1. Clone master branch of Driver
# 2. export PATH=$GOROOT/bin:$PATH
# 3. go run {PATH}/internal/test/workloadexec/main.go

Update the v1 to pull from v1 instead of master, here .


Generated at Thu Feb 08 08:39:59 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.