Conversation
|
Next, I will address the functional tests |
| @@ -1,67 +0,0 @@ | |||
| name: Integration Tests | |||
There was a problem hiding this comment.
We still need to be able to trigger this manually from CI
There was a problem hiding this comment.
Yep, but we don't want all the steps
There was a problem hiding this comment.
Also, we still should only run these tests only on PR approve automatically, not for every workflow. It's wasteful, since commits should basically never break these tests, so enough to run them just before PR merge.
There was a problem hiding this comment.
No action needed here if there's an issue with using TestContainers as I understand from the comments underneath
|
For the other PR you can always create a PR that is branched on top of my PR branch. |
|
It works fine locally if you have Docker |
| <PackageVersion Include="SixLabors.ImageSharp.Web.Providers.AWS" Version="3.2.0" /> | ||
| <PackageVersion Include="StackExchange.Redis" Version="2.12.8" /> | ||
| <PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" /> | ||
| <PackageVersion Include="Testcontainers.LocalStack" Version="4.11.0" /> |
There was a problem hiding this comment.
There was a problem hiding this comment.
When the build trigger, I didn't notice any delay
There was a problem hiding this comment.
Yep. This pulls in everything from AWS. We just need S3.
There was a problem hiding this comment.
I will check I remembered there's an option to specify the service, such as S3 for instance, but I need to make sure
There was a problem hiding this comment.
We can do that if and when we'll do that. No need to waste time until that uncertain future.
There was a problem hiding this comment.
This PR based on the meeting feedback, but you or Jasmin can discuss that as a topic in the upcoming meeting
There was a problem hiding this comment.
At this stage, this PR makes things worse in two ways, what Jasmin and I pointed out here. There's no need to discuss this at the meeting, especially not among the two of us, since we're in agreement. It's you who needs to reflect on the feedback.
There was a problem hiding this comment.
Don't get me wrong. I understand your feedback very well :) But it would be nice if @Skrypt mentioned the concern in the last meeting - to save the time -
Based on the discussion, @sebastienros suggested using TestContainers, which is why I submitted the PR, but not forcing acceptance of it
There was a problem hiding this comment.
I could not raise a concern not knowing which Docker image is available from testcontainer. I asked questions in that meeting and I said I would try ; which is what you did here. Now, if that makes things worst now we know. Can't know without trying. Thanks for doing the work and saving me time. Now we know that we should'nt assume that testcontainer is better all the time.

No description provided.