Open Karim-C opened 6 years ago
@Karim-C @wilmol shall I close this?
Moving my issue here since it's easier to track:
Master is currently not building due to compilation errors in one of the test classes.
@TheGuardianWolf Spotted the issue and has resolved it in this commit: cf2ac08
The file causing the errors is this file: StudyResourceIntTest.java
I estimate that this issue is an extra small.
We really need a CI tool for this, then we won't have to track these
If you're down on issues, you could probably do this, it takes about 5 minutes. I have the docker container setups if anyone wants them that could help.
Raise an issue to add a CI tool? :P
Our team has done nearly 2x the suggested issue amounts, not really keen on adding more at this current point in time xD
I'm addressing the above issue now:
Moving my issue here since it's easier to track:
Master is currently not building due to compilation errors in one of the test classes.
@TheGuardianWolf Spotted the issue and has resolved it in this commit:
cf2ac08
The file causing the errors is this file:
StudyResourceIntTest.java
I estimate that this issue is an extra small.
@softeng-701 Can I please get approval? I've started working on it anyway since it's affecting upstream master builds.
@softeng-701 The handout wants us to create issues before PRs so I think this is a valid issue.
Adding a CI tool is a good idea, Xavier. I raised an issue.
I believe this can be closed now?
The most recent pull requests which were merged in don't pass the unit tests.
To reproduce this issue: 1) Pull the latest upstream changes 2) In the QualOpt_SE701 folder run
.\mvnw clean test
to run the unit testsThe output will look like this:
The following warning and exception that was in the output seems to be the casue of the issue:
@softeng-701 Estimating the size of this issue is difficult because the majority of the effort fixing this issue will likely be identifying the root cause of the issue. I think the problem is likely stemming from a small error in the code, so I believe this issue should be labelled very-small.